42905504 | 21-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
some fixes for getID and the detail page
darcs-hash:20051021212304-7ad00-f01b3954b6b71ecc9e0cf899ed62bfb33e0c437e.gz |
24c3e0d2 | 16-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
added command line utility to update the index
darcs-hash:20051016001228-7ad00-5f9c0176e9d9830ec22332504e7d415bd4a20a1d.gz |
55a96b7b | 15-Oct-2005 |
hfuecks <hfuecks@gmail.com> |
indexer_cleanid_patch
darcs-hash:20051015203821-e96b6-907a58698b3b566f0997f8ef58e1259abff769cc.gz |
bfca19c5 | 06-Oct-2005 |
Andreas Gohr <andi@splitbrain.org> |
load indexing include only when needed
darcs-hash:20051006174104-7ad00-4abd8894c1449a46467c0d168e7fc5e90331024c.gz |
c73c757e | 06-Oct-2005 |
hfuecks <hfuecks@gmail.com> |
indexer_patch_flush_image
darcs-hash:20051006130651-e96b6-6496b235c56a40cdea06df6198a5d39e5bfa9d13.gz |
3a800f4c | 30-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
mkdir compatibility fix in indexer #575
darcs-hash:20050930151407-7ad00-56002a89c36a82a249de577227929ace91ebad2f.gz |
7bc7a78e | 22-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
fixed bug in fetch.php on windows systems
fetch.php used is_executable() to check for the ImageMagick convert tool. The function is not available prior PHP 5 for Windows systems. fetch now only chec
fixed bug in fetch.php on windows systems
fetch.php used is_executable() to check for the ImageMagick convert tool. The function is not available prior PHP 5 for Windows systems. fetch now only checks if the config variable is set.
darcs-hash:20050922165540-7ad00-f787b5be5c4e9ce4eb31399a1f3ce8dcd1654c60.gz
show more ...
|
3556bcee | 13-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
small indexer fix
The indexer didn't create the last indexed files correctly
darcs-hash:20050913184004-7ad00-8756a7362942c747d53992fa8f0ee4da5534badb.gz |
68375754 | 11-Sep-2005 |
Pavel Vitis <Pavel.Vitis@seznam.cz> |
support for ImageMagicks convert in fetch.php
This patch allows one to set $conf['im_convert'] to use ImageMagick instead of PHPs libGD to resize images. convert is more powerful than libGD - it can
support for ImageMagicks convert in fetch.php
This patch allows one to set $conf['im_convert'] to use ImageMagick instead of PHPs libGD to resize images. convert is more powerful than libGD - it can resize animated gifs for example.
darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz
show more ...
|
96b60e42 | 04-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
hide namespace in ajax quicksearch
darcs-hash:20050904114117-7ad00-8d5288f7f51f4ac4f8d13f9fddac97b3b1620e94.gz |
506fa893 | 03-Sep-2005 |
Andreas Gohr <andi@splitbrain.org> |
the search now uses the index
darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz |
4d5714c4 | 27-Aug-2005 |
Andreas Gohr <andi@splitbrain.org> |
private cachecontrol for fetch.php #516
darcs-hash:20050827151739-7ad00-fefec363750c18869a9fadacbe8c87328efa260a.gz |
e68c51ba | 23-Aug-2005 |
Andreas Gohr <andi@splitbrain.org> |
added missing indexer file
darcs-hash:20050823163450-7ad00-5ed5b87ee1898281090bb3170498866dbc18cb24.gz |
6de3759a | 14-Aug-2005 |
Andreas Gohr <andi@splitbrain.org> |
URL rewriting for media files
This patch adds nicer URLs for media files (for fetch.php and detail.php)
!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess See .htaccess.dist for an
URL rewriting for media files
This patch adds nicer URLs for media files (for fetch.php and detail.php)
!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess See .htaccess.dist for an example
darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz
show more ...
|
a2bd8ce7 | 31-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
Personal wordlist for spellchecker #488
This patch allows you to add a file named conf/words.aspell with your own words you don't want the spellchecker to choke on.
Thanks to Steven Danz for code i
Personal wordlist for spellchecker #488
This patch allows you to add a file named conf/words.aspell with your own words you don't want the spellchecker to choke on.
Thanks to Steven Danz for code idea
darcs-hash:20050731172612-7ad00-60fb3f09589c4758f1093f532de9699beb048569.gz
show more ...
|
36df6fa3 | 31-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
image metadata editor
This patch adds an meta data editor for JPEG files. Currently title, caption, artist, copyright and keywords can be saved. The data is saved to the apropriate IPTC fields. Addi
image metadata editor
This patch adds an meta data editor for JPEG files. Currently title, caption, artist, copyright and keywords can be saved. The data is saved to the apropriate IPTC fields. Additional fields can be added in the appropriate template.
Compatibility testing with other programs is needed!
darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
show more ...
|
5a892029 | 29-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
fallback to default template if custom one is not available
darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz |
615a21ed | 28-Jul-2005 |
Brian Cowan <brian.cowan@reed.edu> |
use fread instead of fpassthru in fetch.php
darcs-hash:20050728184238-93e20-0c838d887fb148de48dd01b34afdf3f150e94765.gz |
6d861d12 | 24-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
EXIF/IPTC metadata in media popup
darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz |
55efc227 | 24-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
first step in Image metadata support
This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown
darcs-hash:20050724115540-7ad00-926601cd12a990e041943e
first step in Image metadata support
This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown
darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz
show more ...
|
b40b0c0d | 05-Jul-2005 |
andi <andi@splitbrain.org> |
spellchecker: removed wrong stripslashes calls
darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz |
6258cd9d | 01-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
spellchecker fix for aspell <0.60
darcs-hash:20050701073919-7ad00-524018d3058613591acccea6691e81599e8193fb.gz |
1e532207 | 28-Jun-2005 |
andi <andi@splitbrain.org> |
fix for UTF-8 problem in spaceslink (spellchecker)
darcs-hash:20050628191048-9977f-7fe308bc4f13f36af78cdd67bd31acff0a2ebc7f.gz |
98407a7a | 26-Jun-2005 |
andi <andi@splitbrain.org> |
directory cleanup
This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace.
darcs-hash:20050626100913-997
directory cleanup
This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace.
darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
show more ...
|
d67ca2c0 | 16-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: ref
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: refcheck
darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
show more ...
|