| 1 |
|
| 2 |
Summary
|
| 3 |
-------
|
| 4 |
This module is an alternate interface of drupal content management.
|
| 5 |
One drupal big problem when management nodes, you can't batch add
|
| 6 |
tags or categories, or edit title and date on fly. This interface
|
| 7 |
provide functionality for someone who has adminster nodes permission
|
| 8 |
to editing on fly.
|
| 9 |
|
| 10 |
Basic Functionality
|
| 11 |
-------------------
|
| 12 |
Here is feature list of this module:
|
| 13 |
|
| 14 |
* you can filter nodes by type, tag, title, category and date
|
| 15 |
first, then batch editing it.
|
| 16 |
* you can edit title and date in the same screen on fly
|
| 17 |
(just click title or date, then appear textfield)
|
| 18 |
* you can preview content when you editing title
|
| 19 |
* you can doing batch operation like traditional drupal content
|
| 20 |
interface, and further you can add tags in batch
|
| 21 |
|
| 22 |
Installation
|
| 23 |
------------
|
| 24 |
To install this module, do the following:
|
| 25 |
|
| 26 |
1. install jscalendar first (download from http://drupal.org/project/jstools)
|
| 27 |
2. install Quick Edit, enable module.
|
| 28 |
3. after module enabled, check out url admin/content/qedit, try this quick interface!
|
| 29 |
|
| 30 |
Bugs/Features/Patches
|
| 31 |
----------------------
|
| 32 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 33 |
at the project page on the Drupal web site.
|
| 34 |
|
| 35 |
* 2008/10/08
|
| 36 |
- Fix quick edit title issues
|
| 37 |
- Fix quick edit date issues
|
| 38 |
- Fix mass delete issues
|
| 39 |
|
| 40 |
Author
|
| 41 |
------
|
| 42 |
Jimmy Huang (jimmy@jimmyhub.net, http://drupaltaiwan.org, user name jimmy)
|
| 43 |
|
| 44 |
If you use this module, find it useful, and want to send the author
|
| 45 |
a thank you note, feel free to contact me.
|
| 46 |
|
| 47 |
The author can also be contacted for paid customizations of this
|
| 48 |
and other modules.
|
| 49 |
|