aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* "show metadata" feature added : you can ask to show metadata (EXIF and IPTC)z0rglub2004-08-2511-57/+392
| | | | | | | | on picture.php page. Metadata read functions were moved from admin/include/functions_metadata.php to include/functions_metadata.inc.php git-svn-id: http://piwigo.org/svn/trunk@493 68402e56-0260-453c-a942-63ccdbb3a9ee
* in get_icon function, if the date is not in the right format, returns emptyz0rglub2004-08-211-0/+5
| | | | | | | string git-svn-id: http://piwigo.org/svn/trunk@492 68402e56-0260-453c-a942-63ccdbb3a9ee
* - deletion functions updated : no needs to call delete_elements if noz0rglub2004-08-211-61/+93
| | | | | | | | | | | | | | element must be deleted - improvement of function update_category : the function is not recursive anymore, but still works on all sub-categories thanks to a SQL query on uppercats database field. Less queries : for updating N categories, only (1+N) SQL queries compared to (3*N) in the previous revision. - function my_error added (debug purpose) git-svn-id: http://piwigo.org/svn/trunk@491 68402e56-0260-453c-a942-63ccdbb3a9ee
* add in comment another possibility for counting user total number ofz0rglub2004-08-211-1/+12
| | | | | | | viewable elements (counting only once pictures linked to several categories) git-svn-id: http://piwigo.org/svn/trunk@490 68402e56-0260-453c-a942-63ccdbb3a9ee
* don't force the width and height of folder iconsz0rglub2004-08-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@489 68402e56-0260-453c-a942-63ccdbb3a9ee
* date in ISO standardz0rglub2004-08-211-5/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@488 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add files metadata support : use info for database fieldsz0rglub2004-08-211-0/+1
| | | | | | | | - distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@487 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add files metadata support : use info for database fieldsz0rglub2004-08-219-152/+596
| | | | | | | - distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug correction : in case of filesize metadata not registered into database,z0rglub2004-08-161-1/+1
| | | | | | | it couldn't be calculated git-svn-id: http://piwigo.org/svn/trunk@485 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug correction : in case of metadata (image dimension, filesize) notz0rglub2004-08-161-6/+13
| | | | | | | registered into database, they couldn't be calculated git-svn-id: http://piwigo.org/svn/trunk@484 68402e56-0260-453c-a942-63ccdbb3a9ee
* change default langagez0rglub2004-08-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@483 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug correction, a single quote was not in the right placez0rglub2004-08-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@482 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of obsolete header title filez0rglub2004-08-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@481 68402e56-0260-453c-a942-63ccdbb3a9ee
* deletion of debug tracesz0rglub2004-08-071-4/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@480 68402e56-0260-453c-a942-63ccdbb3a9ee
* new CSS classes : menuCategorySelected and menuCategoryNotSelectedz0rglub2004-08-061-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@479 68402e56-0260-453c-a942-63ccdbb3a9ee
* menu categories managed as list itemsz0rglub2004-08-062-62/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@478 68402e56-0260-453c-a942-63ccdbb3a9ee
* use of functions_html.inc.php instead of htmlfunctions.inc.phpz0rglub2004-08-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@477 68402e56-0260-453c-a942-63ccdbb3a9ee
* new function get_html_menu_category to manage menu categories as list itemsz0rglub2004-08-061-0/+259
| | | | git-svn-id: http://piwigo.org/svn/trunk@476 68402e56-0260-453c-a942-63ccdbb3a9ee
* htmlfunctions.inc.php moved to functions_html.inc.phpz0rglub2004-08-061-185/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@475 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files management (adds column images.representative_ext)z0rglub2004-08-052-6/+6
| | | | | | | - short_period + long_period replaced by a single recent_period git-svn-id: http://piwigo.org/svn/trunk@474 68402e56-0260-453c-a942-63ccdbb3a9ee
* first revisionz0rglub2004-08-055-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@473 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files management (adds a "download" block)z0rglub2004-08-051-5/+8
| | | | | | | | - template vars for blocks legend, previous and next returns to this blocks and are no longer global git-svn-id: http://piwigo.org/svn/trunk@472 68402e56-0260-453c-a942-63ccdbb3a9ee
* copyright information are displayed on a single linez0rglub2004-08-051-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@471 68402e56-0260-453c-a942-63ccdbb3a9ee
* non picture files managementz0rglub2004-08-055-22/+81
| | | | git-svn-id: http://piwigo.org/svn/trunk@470 68402e56-0260-453c-a942-63ccdbb3a9ee
* refactoringz0rglub2004-08-051-14/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@469 68402e56-0260-453c-a942-63ccdbb3a9ee
* non picture files management : add array $conf['file_ext']z0rglub2004-08-051-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@468 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files managementz0rglub2004-08-051-87/+128
| | | | | | | | | | - refactoring - function delete_category and delete_element now runs with an array of ids in parameters instead of a single id. git-svn-id: http://piwigo.org/svn/trunk@467 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files managementz0rglub2004-08-051-512/+369
| | | | | | | - all remote site update functions moved to nex file update_remote.php git-svn-id: http://piwigo.org/svn/trunk@466 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files managementz0rglub2004-08-051-70/+160
| | | | | | | | | | | | | | | - refactoring - test of "is the picture belonging to this category" comes back - recoding a bit the new system of $picture array with prev, current, next (more readable, I couldn't read the old one) - template vars for previous and next elements are now in the corresponding block, not in the global template vars git-svn-id: http://piwigo.org/svn/trunk@465 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files managementz0rglub2004-08-051-14/+25
| | | | | | | - refactoring git-svn-id: http://piwigo.org/svn/trunk@464 68402e56-0260-453c-a942-63ccdbb3a9ee
* Installation procedure updategweltas2004-07-285-8/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@463 68402e56-0260-453c-a942-63ccdbb3a9ee
* add localized name for datefields in search formz0rglub2004-07-271-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@462 68402e56-0260-453c-a942-63ccdbb3a9ee
* use localized name for datefieldsz0rglub2004-07-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@461 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of short_period with recent_periodz0rglub2004-07-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@460 68402e56-0260-453c-a942-63ccdbb3a9ee
* use include/category_default.inc.php to display most_visited and recent_picsz0rglub2004-07-271-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@459 68402e56-0260-453c-a942-63ccdbb3a9ee
* new search form : finer search, on each field independantlyz0rglub2004-07-261-15/+113
| | | | git-svn-id: http://piwigo.org/svn/trunk@458 68402e56-0260-453c-a942-63ccdbb3a9ee
* added more items for new search formz0rglub2004-07-261-1/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@457 68402e56-0260-453c-a942-63ccdbb3a9ee
* use new search URL variablez0rglub2004-07-263-35/+122
| | | | git-svn-id: http://piwigo.org/svn/trunk@456 68402e56-0260-453c-a942-63ccdbb3a9ee
* new search form : finer with search on each field independantlyz0rglub2004-07-261-25/+363
| | | | git-svn-id: http://piwigo.org/svn/trunk@455 68402e56-0260-453c-a942-63ccdbb3a9ee
* - SQL query refactoringz0rglub2004-07-261-16/+16
| | | | | | | - deletion of "mode" var in URL for searchs git-svn-id: http://piwigo.org/svn/trunk@454 68402e56-0260-453c-a942-63ccdbb3a9ee
* display search results even if no element foundz0rglub2004-07-261-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@453 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of short_period and long_period by recent_periodz0rglub2004-07-0912-86/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
* first addition : copied from old new_short.gifz0rglub2004-06-291-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@451 68402e56-0260-453c-a942-63ccdbb3a9ee
* deletion of new_long.gif new_short.gif replaced by a single recent.gifz0rglub2004-06-292-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@450 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 new CSS classes : span.thumb_picture and span.thumb_category. They arez0rglub2004-06-251-0/+8
| | | | | | | used for thumbnails names. git-svn-id: http://piwigo.org/svn/trunk@446 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new possibility to add a bullet before the name of each thumbnail simplyz0rglub2004-06-251-1/+4
| | | | | | | | | by adding a block thumbnails.line.thumbnail.bullet - adds a CSS class for the name of the thumbnail git-svn-id: http://piwigo.org/svn/trunk@445 68402e56-0260-453c-a942-63ccdbb3a9ee
* - moved index images.storage_category_id to images_i1z0rglub2004-06-251-1/+2
| | | | | | | - new index images_i2 on images.date_available git-svn-id: http://piwigo.org/svn/trunk@444 68402e56-0260-453c-a942-63ccdbb3a9ee
* - moved index storage_category_id to images_i1z0rglub2004-06-251-6/+7
| | | | | | | - new index images_i2 on images.date_available git-svn-id: http://piwigo.org/svn/trunk@443 68402e56-0260-453c-a942-63ccdbb3a9ee
* - code refactoringz0rglub2004-06-251-11/+28
| | | | | | | | - for calendar category, adds the support of the day request (displays the list of category for this day) git-svn-id: http://piwigo.org/svn/trunk@442 68402e56-0260-453c-a942-63ccdbb3a9ee
* thumbnails display moved to included files include/category_*.inc.phpz0rglub2004-06-251-482/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@441 68402e56-0260-453c-a942-63ccdbb3a9ee