|
1 === Plugin Name === |
|
2 Contributors: johnny5 |
|
3 Donate link: http://urbangiraffe.com/about/support/ |
|
4 Tags: ajax, calendar, widget |
|
5 Requires at least: 2.0 |
|
6 Tested up to: 2.8.6 |
|
7 Stable tag: trunk |
|
8 |
|
9 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. |
|
10 |
|
11 == Description == |
|
12 |
|
13 AJAX Calendar is a plugin that will display an AJAXified WordPress calendar. This enhances the functionality of the standard calendar by: |
|
14 |
|
15 * Allowing the asynchronous navigation of months, without updating the page |
|
16 * Adding a drop-down list of post titles in each month (through the «-» button) |
|
17 * Adding full caching support to reduce server load |
|
18 |
|
19 == Installation == |
|
20 |
|
21 The plugin is simple to install: |
|
22 |
|
23 1. Download the zip file |
|
24 1. Unpack the zip. You should have a directory called `ajax_calendar`, containing several PHP files |
|
25 1. Upload the `ajax_calendar` directory to the `wp-content/plugins` directory on your WordPress installation. It is important you retain the `ajax_calendar` directory structure |
|
26 1. Make any modifications to your theme, as required |
|
27 1. Activate plugin |
|
28 |
|
29 You can find full details of installing a plugin on the [plugin installation page](http://urbangiraffe.com/articles/how-to-install-a-wordpress-plugin/). |
|
30 |
|
31 == Frequently Asked Questions == |
|
32 |
|
33 = Does this plugin provide any scheduling functionality? = |
|
34 |
|
35 No, the calendar just shows your posting history. |
|
36 |
|
37 == Screenshots == |
|
38 |
|
39 1. Example screenshot |
|
40 |
|
41 == Documentation == |
|
42 |
|
43 Full documentation can be found on the [AJAX Calendar](http://urbangiraffe.com/plugins/ajax-calendar/) page. |
|
44 |
|
45 == Changelog == |
|
46 |
|
47 = 2.1 = |
|
48 * Swap from xajax to prototype. |
|
49 * Fix cache deletion problems. |
|
50 |
|
51 = 2.2 = |
|
52 * Use wpurl instead of home |
|
53 |
|
54 = 2.3 = |
|
55 * Require WordPress 2.1+. |
|
56 * Fix some problems. |
|
57 * Use prototype lite |
|
58 |
|
59 = 2.3.1 = |
|
60 * Add option for always showing full details |
|
61 |
|
62 = 2.4.0 = |
|
63 * Use moo.tools for size |
|
64 * use WP Object cache |
|
65 |
|
66 = 2.4.1 = |
|
67 * Added base CSS class |
|
68 * Improved widget |
|
69 |
|
70 = 2.4.2 = |
|
71 * Use microajax for even better size and no clashes with prototype |
|
72 |
|
73 = 2.4.3 = |
|
74 * Fix validation errors |
|
75 |
|
76 = 2.4.4 = |
|
77 * Apply filters to titles |
|
78 |
|
79 = 2.4.5 = |
|
80 * Update widget class for 2.1 support |
|
81 |
|
82 = 2.4.6 = |
|
83 * WP 2.5 support |
|
84 |
|
85 = 2.4.7 = |
|
86 * WP 2.6 |
|
87 |
|
88 = 2.4.8 = |
|
89 * Add support for category selection |
|
90 |
|
91 = 2.4.9 = |
|
92 * Fix DB prefix bug |