Plugin Directory

Changeset 1020044


Ignore:
Timestamp:
11/05/2014 07:43:03 AM (11 years ago)
Author:
Askelon
Message:

Version 2.0.1

Location:
wpmovielibrary/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • wpmovielibrary/trunk/assets/css/admin/wpmoly-edit-movies.css

    r1019896 r1020044  
    6666
    6767#wpmoly-meta.small {
    68     padding-left: 4em;
     68    padding-left: 4em !important;
    6969}
    7070
     
    7878
    7979#wpmoly-meta.small #wpmoly-meta-menu {
    80     margin: 0 0 0 -4em;
    81     width: 4em;
     80    margin: 0 0 0 -4em !important;
     81    width: 4em !important;
    8282}
    8383
    8484#wpmoly-meta.small #wpmoly-meta-menu-bg {
    85     width: 4em;
     85    width: 4em !important;
    8686}
    8787
    8888#wpmoly-meta.small #wpmoly-meta-menu .tab a .text {
    89     display: none;
     89    display: none !important;
    9090}
    9191
  • wpmovielibrary/trunk/assets/css/admin/wpmoly.css

    r1019896 r1020044  
    181181@media (max-width: 1440px) {
    182182   
    183     #wpmoly-tmdb .tmdb_meta {
    184         margin-right: 1%;
    185         width: 48%;
    186     }
    187 
    188     #wpmoly-tmdb .tmdb_crew {
    189         margin-left: 1%;
    190         width: 48%;
     183    #wpmoly-tmdb .wpmoly-movie-meta-edit.half {
     184        width: 49.5% !important;
     185    }
     186   
     187    #wpmoly-meta-menu,
     188    #wpmoly-meta-menu-bg {
     189        width: 12em !important;
     190    }
     191   
     192    #wpmoly-meta-menu {
     193        margin-left: -12em !important;
     194    }
     195   
     196    #wpmoly-meta {
     197        padding-left: 12em !important;
     198    }
     199   
     200    #wpmoly-tmdb .wpmoly-movie-meta-edit .wpmoly-movie-meta-label {
     201        width: 8em !important;
     202    }
     203   
     204    #wpmoly-tmdb .wpmoly-movie-meta-edit .wpmoly-movie-meta-value {
     205        margin-left: 8.5em !important;
     206    }
     207   
     208    #wpmoly-details .wpmoly-details-item {
     209        width: 49% !important;
     210    }
     211   
     212    #wpmoly-home #dashboard-widgets #postbox-container-1 {
     213        width: 68% !important;
     214    }
     215   
     216    #wpmoly-home #dashboard-widgets #postbox-container-2 {
     217        width: 32% !important;
    191218    }
    192219}
     
    194221@media (max-width: 1280px) {
    195222   
    196     #wpmoly-tabs {
     223    #wpmoly-tmdb .wpmoly-movie-meta-edit.half {
    197224        width: 100% !important;
    198225    }
    199226   
    200     #wpmoly-help {
    201         margin: 1em 0 0 0;
    202         width: 100% !important;
    203     }
    204    
    205     #wpmoly-tmdb .tmdb_meta,
    206     #wpmoly-tmdb .tmdb_crew {
    207         margin: 0;
    208         width: 100% !important;
    209     }
    210    
    211     #wpmoly-tmdb .tmdb_meta {
    212         margin-bottom: 2em;
    213     }
    214    
    215     #wpmoly-tmdb .list-table td.left {
    216         width: 22%;
    217     }
    218    
    219     #tmdb_images_preview .tmdb_movie_images,
    220     .media-frame.movie-images .attachment-preview,
    221     .media-frame.movie-images .attachment-preview .thumbnail,
    222     .media-frame.movie-images .landscape .thumbnail img {
    223         height: 114px !important;
    224         width: 200px !important;
    225     }
    226    
    227     #tmdb_images_preview #tmdb_load_images {
    228         line-height: 109px;
    229     }
    230    
    231     .media-frame.movie-images .attachment {
    232         width: 200px !important;
    233     }
    234    
    235     #wpmoly-home #dashboard-widgets #postbox-container-1 {
    236         width: 68%;
    237     }
    238    
    239     #wpmoly-home #dashboard-widgets #postbox-container-2 {
    240         width: 32%;
    241     }
    242    
    243     .column-wpmoly-status,
    244     .column-wpmoly-media,
    245     .column-wpmoly-rating {
    246         padding: 8px 4px !important;
    247     }
    248    
    249     .wpmoly-inline-edit-details {
     227    #wpmoly-movie-preview {
     228        padding-left: 0 !important;
     229    }
     230   
     231    #wpmoly-movie-preview .wpmoly-movie-preview-poster {
    250232        margin-left: 0 !important;
    251     }
    252    
    253     .wpmoly-inline-edit-details .wpmolicon.icon-arrow-right {
    254         display: none;
    255     }
    256    
    257     .wpmoly-inline-edit-toggle .wpmolicon.icon-no-alt {
    258         margin-right: 0 !important;
    259     }
    260    
    261     #wpmoly-home #wpmoly_dashboard_latest_movies_widget .wpmoly-movie,
    262     #wpmoly-home #wpmoly_dashboard_most_rated_movies_widget .wpmoly-movie {
    263         height: 264px;
    264         width: 176px;
    265     }
    266 }
    267 
     233        width: 10em !important;
     234    }
     235   
     236    #tmdb_search_lang {
     237        display: block !important;
     238    }
     239}
  • wpmovielibrary/trunk/assets/js/admin/wpmoly-editor-meta.js

    r1019896 r1020044  
    5656                redux.field_objects.select.init();
    5757
     58                console.log( window.innerWidth );
     59                if ( window.innerWidth < 1180 )
     60                    wpmoly_meta_panel.resize();
     61
    5862                /*$( wpmoly_edit_meta._search.element ).on( wpmoly_edit_meta._search.event, function( e ) {
    5963                    e.preventDefault();
  • wpmovielibrary/trunk/includes/config/wpmoly-movies.php

    r1019896 r1020044  
    146146        'rewrite'  => null
    147147    ),
     148    'tagline' => array(
     149        'title' => __( 'Tagline', 'wpmovielibrary' ),
     150        'type' => 'text',
     151        'filter' => 'esc_html',
     152        'filter_args' => null,
     153        'size' => 'full',
     154        'group' => 'meta',
     155        'rewrite'  => null
     156    ),
    148157    'overview' => array(
    149158        'title' => __( 'Overview', 'wpmovielibrary' ),
     
    300309    'revenue' => array(
    301310        'title' => __( 'Revenue', 'wpmovielibrary' ),
    302         'type' => 'text',
    303         'filter' => 'esc_html',
    304         'filter_args' => null,
    305         'size' => 'half',
    306         'group' => 'meta',
    307         'rewrite'  => null
    308     ),
    309     'tagline' => array(
    310         'title' => __( 'Tagline', 'wpmovielibrary' ),
    311311        'type' => 'text',
    312312        'filter' => 'esc_html',
  • wpmovielibrary/trunk/public/class-wpmoly-movies.php

    r1019916 r1020044  
    11661166            global $wpdb;
    11671167
    1168             $contents = $wpdb->get_results( "SELECT DISTINCT post_id FROM {$wpdb->postmeta} WHERE meta_key IN ('_wpml_content_type', '_wpmoly_content_type') AND meta_value='movie'" );
     1168            $contents = $wpdb->get_results(
     1169                "SELECT DISTINCT post_id
     1170                   FROM {$wpdb->postmeta}
     1171                  WHERE meta_key IN ('_wpml_content_type', '_wpmoly_content_type')
     1172                    AND meta_value='movie'"
     1173            );
    11691174
    11701175            foreach ( $contents as $p ) {
  • wpmovielibrary/trunk/readme.txt

    r1019904 r1020044  
    55Requires at least: 3.8
    66Tested up to: 4.0
    7 Stable tag: 2.0
     7Stable tag: 2.0.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5454
    5555= Get involved =
    56 Developers and Translators can contribute to the source code on the [GitHub Repository](https://github.com/wpmovielibrary/wpmovielibrary/).
     56Developers and Translators can contribute to the source code on the [GitHub Repository](https://github.com/CaerCam/wpmovielibrary/).
    5757
    5858= Links =
     
    6060*    [Official website](http://wpmovielibrary.com/)
    6161*    [Documentation](http://wpmovielibrary.com/documentation/)
    62 *    [Development](https://github.com/wpmovielibrary/wpmovielibrary/)
     62*    [Development](https://github.com/CaerCam/wpmovielibrary/)
    6363
    6464== Installation ==
     
    6666= Minimum Requirements =
    6767
    68 * WordPress 3.8 or greater
     68* WordPress 3.9 or greater
    6969* PHP version 5.4 or greater
    7070* MySQL version 5.0 or greater
     
    115115
    116116== Changelog ==
     117
     118= 2.0.1 =
     119* Tweak - Add some responsive to editor metabox
     120* Fix - Few activation/deactivation missing tweaks
    117121
    118122= 2.0 =
     
    227231* First stable release
    228232
    229 == Upgrade Notice ==
    230 
    231 = 2.0 =
    232 WPMovieLibrary 2.0 is a major update. Test your templates and themes prior to updating, see that extensions are up to date and 2.0 compatible, and be sure to make backups of your database and file before updating. Reading the [release notes](http://wpmovielibrary.com/development/release-notes/#version-1.3) is a good idea too.
     233== Upgrade notice ==
     234= 1.3 =
     235WPMovieLibrary 1.3 is a major update. Test extensions and your theme prior to updating, see that extensions are up to date and 1.3 compatible, and be sure to keep backups of your databases. Reading the [release notes](http://wpmovielibrary.com/development/release-notes/#version-1.3) is a good idea too.
  • wpmovielibrary/trunk/wpmovielibrary.php

    r1019896 r1020044  
    1818 * Plugin URI:  http://wpmovielibrary.com
    1919 * Description: A WordPress Plugin to manage a personnal library of movies.
    20  * Version:     2.0
     20 * Version:     2.0.1
    2121 * Author:      Charlie MERLAND
    2222 * Author URI:  http://www.caercam.org/
     
    3535define( 'WPMOLY_PLUGIN',                 plugin_basename( __FILE__ ) );
    3636define( 'WPMOLY_NAME',                   'WPMovieLibrary' );
    37 define( 'WPMOLY_VERSION',                '2.0' );
     37define( 'WPMOLY_VERSION',                '2.0.1' );
    3838define( 'WPMOLY_SLUG',                   'wpmoly' );
    3939define( 'WPMOLY_URL',                    plugins_url( basename( __DIR__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.