Changeset 524178
- Timestamp:
- 03/27/2012 06:43:19 AM (14 years ago)
- Location:
- ajax-event-calendar/trunk
- Files:
-
- 5 added
- 3 edited
-
ajax-event-calendar.php (modified) (3 diffs)
-
inc/widget-upcoming.php (added)
-
js/jquery.init_admin_calendar.js (modified) (1 diff)
-
locale/ajax-event-calendar-zh_CN.mo (added)
-
locale/ajax-event-calendar-zh_CN.po (added)
-
locale/ajax-event-calendar-zh_TW.mo (added)
-
locale/ajax-event-calendar-zh_TW.po (added)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/trunk/ajax-event-calendar.php
r519059 r524178 4 4 Plugin URI: http://wordpress.org/extend/plugins/ajax-event-calendar/ 5 5 Description: A fully localized community calendar that allows authorized users to manage events in custom categories. 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Eran Miller 8 8 Author URI: http://eranmiller.com … … 39 39 40 40 define('AEC_MENU_POSITION', null); //previously 30 41 define('AEC_VERSION', '1.0. 1');41 define('AEC_VERSION', '1.0.2'); 42 42 define('AEC_FILE', basename(__FILE__)); 43 43 define('AEC_NAME', str_replace('.php', '', AEC_FILE)); … … 1788 1788 if (class_exists('ajax_event_calendar')) { 1789 1789 require_once AEC_PATH . 'inc/widget-contributors.php'; 1790 require_once AEC_PATH . 'inc/widget-upcoming.php'; 1790 1791 $aec = new ajax_event_calendar(); 1791 1792 } -
ajax-event-calendar/trunk/js/jquery.init_admin_calendar.js
r519059 r524178 309 309 separator: ':' 310 310 }); 311 console.log(times); 311 312 312 // toggle weekends 313 313 if (custom.show_weekends === '0') { -
ajax-event-calendar/trunk/readme.txt
r519059 r524178 5 5 Requires at least: 3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 9 9 An easy-to-use community calendar and event list that allows authorized users to visual manage events into custom categories. … … 17 17 NOTE: The plugin supports multiple eventlist instances per page, but only one calendar instance. 18 18 <br>This plugin does not support WordPress MU. 19 20 = Support = 21 * [Read about installation instructions](http://wordpress.org/extend/plugins/ajax-event-calendar/installation) 22 * [Read about shortcode display options](http://code.google.com/p/wp-aec/wiki/ShortcodeOptions) 23 * [Find answers to Frequently Asked Questions](http://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions) 24 * [Ask for help from fellow users on the WordPress forums](http://wordpress.org/tags/ajax-event-calendar?forum_id=10) 25 * [Submit issues and feature requests to the Author using the Issue Tracker](http://code.google.com/p/wp-aec/issues/list?can=1) 19 26 20 27 = Features = … … 44 51 * Assign users the ability to modify all events (**aec_manage_events**) 45 52 * Assign users the ability to change all calendar options (**aec_manage_calendar**) 46 * Available in 21 languages with support for right-to-left languages (not all translations are current) 47 48 = Need Support? = 49 * [Read about installation and options](http://wordpress.org/extend/plugins/ajax-event-calendar/installation) 50 * [Find answers to Frequently Asked Questions](http://code.google.com/p/wp-aec/wiki/FrequentlyAskedQuestions) 51 * [Ask for help in the WordPress forums](http://wordpress.org/tags/ajax-event-calendar?forum_id=10) 52 * [Submit issues and feature requests](http://code.google.com/p/wp-aec/issues/list?can=1) 53 * Available in 23 languages with support for right-to-left languages (not all translations are current) 53 54 54 55 = A BIG Thank You to those who have provided translations = 55 56 * Arabic (Sultan G) - Shukran 56 57 * Catalan (Isaac Turon) - Gracias 58 * Chinese [China and Taiwan] (GC Tech) - M goi/Xie xie 57 59 * Czech (Kamil) - Dekuji 58 60 * Danish (kfe1970) - Tak … … 129 131 == Changelog == 130 132 133 = 1.0.2 = 134 * [#264](http://code.google.com/p/wp-aec/issues/detail?id=264): fixed critical IE button locking issue 135 * added inline widget message to alert users not aware of notifications on plugin homepage 136 * added chinese 137 131 138 = 1.0.1 = 132 139 * fixed drag-n-drop functionality (updated fullcalendar.js) 133 * fixed mousewheel scrolling (updated mousescroll.js) [246](http://code.google.com/p/wp-aec/issues/detail?can=2&q=246)140 * [246](http://code.google.com/p/wp-aec/issues/detail?can=2&q=246): fixed mousewheel scrolling (updated mousescroll.js) 134 141 * replaced dynamically generated cat-colors.css file with inline css to eliminate permission failures 135 142 * updated simplemodal.js … … 383 390 384 391 == Upgrade Notice == 385 = 1.0. 1=386 * mousewheel, drag-n-drop, and modal style bug fixes392 = 1.0.2 = 393 * IE bug fix and widget to eventlist migration reminder
Note: See TracChangeset
for help on using the changeset viewer.