| #
16905344 |
| 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and Plugin stuff isn't handled by the class loader yet.
show more ...
|
| #
32d6093d |
| 16-Dec-2009 |
Andreas Gohr <gohr@cosmocode.de> |
fixed level attribute in universal search
Ignore-this: 2b76ec324372c93371793344e0dbadde
darcs-hash:20091216152527-6e07b-7fc6fd3514cf42684d6dd95f419b709a9bdc0b94.gz
|
| #
8537abd1 |
| 24-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Use correct variable name in search_universal
darcs-hash:20091124105300-e4919-ab8161782c535b7336794404b770caf652cd1a15.gz
|
| #
db959ae3 |
| 20-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
Coding Standard Cleanup
Ignore-this: 259cb5773c3144c6c706d87298dcf674
darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
|
| #
8705cc81 |
| 28-Aug-2009 |
Andreas Gohr <andi@splitbrain.org> |
replaced two search_* funcs with calls to search_universal
Ignore-this: c22ff5dcffaf279b6c4397893d5e82af
darcs-hash:20090828080240-7ad00-e36eb4f517af14202eed8bc9d432f636343af50f.gz
|
| #
3abeade3 |
| 12-Aug-2009 |
Andreas Gohr <gohr@cosmocode.de> |
universal callback for search()
Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248
This patch adds a callback for use with the search() function, that is flexible enough to replace many of the other spe
universal callback for search()
Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248
This patch adds a callback for use with the search() function, that is flexible enough to replace many of the other specialized callbacks and opens up more possibilties to plugin authors without the need to write new callbacks.
Existing callbacks need to be reexamined and rewritten to wrap around this callback instead.
note: development was part of the ICKE 2.0 project see http://www.icke-projekt.de for info
darcs-hash:20090812101653-6e07b-d578baff97a0e8720e468e238aec06109048c8b8.gz
show more ...
|
| #
78315408 |
| 05-Jun-2009 |
Andreas Gohr <andi@splitbrain.org> |
another attempt to fix recursion depth in media search
Ignore-this: 7d58d0069959747b9e20eefaabb7e1d5
darcs-hash:20090605110519-7ad00-7f5c5e8e9fb342c4bad6bae87b5e4d6333b1dffb.gz
|
| #
b8219d2d |
| 15-May-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed the media listing recursion limit check again
Ignore-this: c1b12d1fbde51ee80e24fcd9b731a161
darcs-hash:20090515101112-7ad00-83140ea1f10f80ee691b4a70c00b8f990119c9c2.gz
|
| #
061df79c |
| 08-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed skipacl option in search_allpages()
darcs-hash:20090308171416-7ad00-c144ff2125b9abd9b99c3ad0b6a1c38a12bf55d9.gz
|
| #
5dc1766c |
| 02-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed leftover return path
darcs-hash:20090302175515-7ad00-2be9b0e194acdc08606312bd9fd2a790565a0560.gz
|
| #
17ff9c04 |
| 01-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed depth checking in search_(media|allpages)
darcs-hash:20090301192434-7ad00-aa49d6b371e3832e4c45c89ac8ffd367d278c74c.gz
|
| #
224122cf |
| 23-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
streamlined media listing
Some parameters of media_search where changed, parts using this function need to be identified and fixed.
darcs-hash:20090223172746-7ad00-d07951739fba17d0c8925b28b947f7cbb
streamlined media listing
Some parameters of media_search where changed, parts using this function need to be identified and fixed.
darcs-hash:20090223172746-7ad00-d07951739fba17d0c8925b28b947f7cbb7fc7e1a.gz
show more ...
|
| #
1fcfad4d |
| 19-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
more flexible page listing method in search.php
darcs-hash:20090219214345-7ad00-2597a205c5dfae869defebe5f57d34a5f2fa3baf.gz
|
| #
fa8adffe |
| 13-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
removed some illogical path setups
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
|
| #
d8126df2 |
| 12-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Implementation of FS#872
darcs-hash:20081012140306-2b4f5-3fd4006f178e358be3d19be5c4244e56facd1b9a.gz
|
| #
1a49ac65 |
| 23-Aug-2008 |
Gina Haeussge <osd@foosel.net> |
Added option to make media search recursive
By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces.
darcs-hash:20080823100126-2b4f5-62a051fc901d61
Added option to make media search recursive
By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces.
darcs-hash:20080823100126-2b4f5-62a051fc901d61158347a2e87181e21fda87471d.gz
show more ...
|
| #
64807c84 |
| 18-Jan-2008 |
Andreas Gohr <andi@splitbrain.org> |
skip invalid filenames in media directory list (related to FS#1312 FS#1306)
Invalid media files (like uppercase names) are no longer listed in the media manager. Instead a warning is shown.
darcs-h
skip invalid filenames in media directory list (related to FS#1312 FS#1306)
Invalid media files (like uppercase names) are no longer listed in the media manager. Instead a warning is shown.
darcs-hash:20080118205511-7ad00-01625475e055be71628fd68aaaad786959420dce.gz
show more ...
|
| #
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
| #
0e1a261e |
| 28-Aug-2007 |
Michael Klier <chi@chimeric.de> |
moved lockfile check out of search() to callback functions
darcs-hash:20070828194406-23886-832f4a1222633b686cd8895eba00f1c895c5a992.gz
|
| #
ed7ecb79 |
| 14-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
FS#744 (template developers, heed the changes)
darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz
|
| #
d1c7b6ec |
| 11-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
add sneaky_index option
This disables the last patch and adds an option to enable it on demand.
darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz
|
| #
b54f94e0 |
| 11-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
hide namespaces from index when no read permissions are available FS#427
Note this wil also hide all namespaces below even if they have more relaxed permissions.
darcs-hash:20070511192116-7ad00-901
hide namespaces from index when no read permissions are available FS#427
Note this wil also hide all namespaces below even if they have more relaxed permissions.
darcs-hash:20070511192116-7ad00-90103a756a6f3011cfb60817ecc1906f639ce342.gz
show more ...
|
| #
5e7fa82e |
| 06-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
show lastmod datetime in mediamanager FS#964
darcs-hash:20070106125603-7ad00-a10d366e8a3c7d58aacbffbe333b4fccba340f4a.gz
|
| #
ee7b5a62 |
| 03-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
don't show .txt files as medianamespaces #963
darcs-hash:20061103150850-7ad00-9b6936efb8dd47eb366e5cd34a3149f4d81caa14.gz
|
| #
3df72098 |
| 19-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
new mediamanager
This patch adds a completely rewritten media popup. The following noteworthy changes were made:
- media manager uses a collapsible namespace tree - media manager uses AJAX if avail
new mediamanager
This patch adds a completely rewritten media popup. The following noteworthy changes were made:
- media manager uses a collapsible namespace tree - media manager uses AJAX if available - media manager popup can be kept open when selecting a media file - only one template is used for the media manager :!: Template - Editable image metadata is configured in conf/mediameta.php now - The JS cookie mechanism was enhanced to store key/value pairs - Language strings can be exported to JS in js.php
darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz
show more ...
|