| 1 |
CHANGELOG
|
| 2 |
|
| 3 |
danm - Nov 2006
|
| 4 |
Reviewed layout for Drupal code conventions.
|
| 5 |
Revised bits for supporting file paths outside of Drupal File root
|
| 6 |
|
| 7 |
danm - August 2006
|
| 8 |
Shifted extension functions into a new module (basically just renamed the file)
|
| 9 |
Went through to make all strings translatable
|
| 10 |
|
| 11 |
danm - August 2006
|
| 12 |
Added extended demo to the help page
|
| 13 |
Support whole-site browsing
|
| 14 |
Added support for displaying selected cols via the http request
|
| 15 |
Added recursive/non-recursive flag
|
| 16 |
Added list rendering support, a semantic alternative to tables
|
| 17 |
|
| 18 |
danm - July 2006
|
| 19 |
Added AJAX inline requests for subdirectories.
|
| 20 |
Added new menu callbacks :
|
| 21 |
filebrowser_raw, the AJAX Callback
|
| 22 |
filebrowser_lite, a demo on how to select columns
|
| 23 |
filebrowser_popup, a widget that can be used from other places
|
| 24 |
Adjusted the page callback to take the path as arguments, not just from GET
|
| 25 |
Re-worked the table construction to use a set of column callbacks,
|
| 26 |
to allow caller to define which columns get displayed,
|
| 27 |
and to extend with their own columns.
|
| 28 |
Abstracted all the column layouts into their own function.
|
| 29 |
Column cells are now named arrays, not indexed numerically.
|
| 30 |
better for arbitray column sorting, and allows better CSS styling
|
| 31 |
Added some css to stop date column wrapping, and tighten layout.
|
| 32 |
Fixed problem where an empty directory request would list root (!)
|
| 33 |
Modified README to describe the new method of table building, and give sample code.
|
| 34 |
Added help page (pipes the README and displays demo code)
|