Commit Graph

  • 9f037e7cea takes not only the first keyword in IPTC field 2#025 plegall 2004-11-20 18:07:51 +00:00
  • 13cd251e63 - optimization : representative picture becomes mandatory for a non empty category. So, at each insertion in images table for a category, a new representative element is elected (by rand). This must be improved by not reelcting a random picture admin set an element as representative manually. plegall 2004-11-20 17:23:42 +00:00
  • f39c3af29b New CSS usage. gweltas 2004-11-18 16:07:06 +00:00
  • af0b3d5f57 Categories management icon update gweltas 2004-11-18 15:17:33 +00:00
  • f20efb0cfa Unification of "Return to main page" entry in the language files. gweltas 2004-11-18 14:57:00 +00:00
  • 1bf3753f14 - images.path column added to reduce database access plegall 2004-11-16 23:38:34 +00:00
  • 973e0f8806 category random replaced by a more generic category : list. You give a list of element identifiers and it creates a page virtual temporary category. random.php generates a randomized list of element id visible to the user (according to permissions) and redirects to category.php. plegall 2004-11-15 23:13:24 +00:00
  • b138e8aa07 - admin/cat_options page really added this time : manage options for the whole categories tree : uploadable, commentable, status and visible plegall 2004-11-15 21:42:55 +00:00
  • 2d0f0f03ba - since categories.site_id can be NULL (for virtual categories), virtual categories could not be displayed because of a join query with sites table plegall 2004-11-15 21:42:08 +00:00
  • 88e4e1e60a - admin/cat_options page added : manage options for the whole categories tree (uploadable, commentable). status and visible will be soon added plegall 2004-11-13 13:43:53 +00:00
  • 234b746352 - IPTC mapping done in include/config.inc.php plegall 2004-11-10 22:34:54 +00:00
  • f57020b3cb IPTC mapping done in include/config.inc.php plegall 2004-11-10 22:31:51 +00:00
  • e2d5742a75 Before 1970, Microsoft Windows can't mktime. format_date changed was changed to avoid mktime unless year is after 1970 or PHP_OS is not Windows plegall 2004-11-09 23:11:36 +00:00
  • 4e55cfe4ca when picture size exceeds user maximum display size, the link was on the same page : now it shows the file in the browser plegall 2004-11-09 21:59:19 +00:00
  • 765bfa10b1 verifies whether the file has a picture extension before trying getimagesize function plegall 2004-11-09 08:49:15 +00:00
  • f6575d02e1 add GPL license in COPYING file to comply with... GPL z0rglub 2004-11-06 21:16:22 +00:00
  • 0fced55b38 README files moved to doc/README z0rglub 2004-11-06 21:15:54 +00:00
  • 6fb99672da README files moved to doc directory z0rglub 2004-11-06 21:14:39 +00:00
  • a8b1a03018 update headers to comply with GPL z0rglub 2004-11-06 21:12:59 +00:00
  • fb53abe3bd - DEFAULT_LANGUAGE constant moved to $conf['default_language'] z0rglub 2004-11-05 21:36:35 +00:00
  • d2884e69ce in queries table names use the constant and not hard coded table name z0rglub 2004-11-04 23:26:22 +00:00
  • 5b7c761bbf bug correction : if no category found, no element to search in get_filelist z0rglub 2004-11-02 23:25:27 +00:00
  • b1db5e55ae - synchronization interface redesigned : a form lets user choose option of dirs/files/metadata sync on all categories or a defined one (including subcategories) z0rglub 2004-11-01 15:01:28 +00:00
  • fa9a5cd07b - differentiation of links "up to thumbnails" and "home" z0rglub 2004-10-30 16:51:01 +00:00
  • 7cd9b65e32 - function mysql_query replaced by pwg_query : the same with debugging features z0rglub 2004-10-30 15:42:29 +00:00
  • 3730c810f2 pwg_representative and pwg_high directories are reserved directories for PhpWebGallery z0rglub 2004-10-25 20:42:13 +00:00
  • 54bfd62e17 - bug 56 : wrong error message for exceeding filesize picture z0rglub 2004-10-25 20:35:35 +00:00
  • 691a834cd3 - new column : metadata synchronization z0rglub 2004-10-24 18:59:10 +00:00
  • 93fa5c6bae added messages for category metadata update, virtual category add/deletion z0rglub 2004-10-24 18:58:00 +00:00
  • 9b3138c6af - bug correction : only local categories can be metadata synchronized z0rglub 2004-10-24 18:57:19 +00:00
  • dc20a55d4a - debug code deletion z0rglub 2004-10-24 18:56:33 +00:00
  • d6de835b56 - complete refactoring z0rglub 2004-10-24 18:56:09 +00:00
  • 98b65edb83 - refactoring of comments.php z0rglub 2004-10-23 17:56:46 +00:00
  • 60ac6f180e use of PHPWG_ROOT_PATH constant instead of './' z0rglub 2004-10-23 12:38:57 +00:00
  • 18fc366d6d can display thumbnail for non picture elements z0rglub 2004-10-23 12:38:34 +00:00
  • ab73295294 search links in picture informations : author, date_available, date_creation z0rglub 2004-10-23 10:31:12 +00:00
  • 3fc15b1cb3 - refactoring z0rglub 2004-10-23 09:58:28 +00:00
  • 73119ae154 HTML small bug : ">" must be represented as ">" when not used in tag delimiters z0rglub 2004-10-23 09:03:14 +00:00
  • 32f3056631 there was a bug in the mysql structure script generator : when a column was nullable the script said the opposite z0rglub 2004-10-23 09:02:11 +00:00
  • c65d35db19 refactoring : rewrite of get_cat_display_name function header z0rglub 2004-10-23 09:00:26 +00:00
  • 9be5df4afe admin/infos_image:$page['nb_image_page'] is replaced by $conf['info_nb_elements_page'] : number of item to display on admin/infos_images.php page z0rglub 2004-10-23 08:59:46 +00:00
  • 940da95d31 - code refactoring z0rglub 2004-10-23 08:58:10 +00:00
  • d5a2cf5e23 code refactoring for function get_cat_display_name z0rglub 2004-10-21 21:17:46 +00:00
  • e22eb49fec new feature : related categories are displayed under the picture z0rglub 2004-10-21 21:17:07 +00:00
  • 3e09d2579f - refactoring z0rglub 2004-10-11 22:35:48 +00:00
  • 032365cb61 -Stat template gweltas 2004-10-11 18:04:46 +00:00
  • e498aca2f8 clean keywords string from IPTC fields z0rglub 2004-10-09 11:43:01 +00:00
  • 75cfef6e6d admin/create_listing_file.php moved to tools/create_listing_file.php z0rglub 2004-10-09 11:31:39 +00:00
  • 9b1a330905 replacement of PhpWebGallery folder representative by pwg_representative and high by pwg_high z0rglub 2004-10-09 11:30:23 +00:00
  • bfe13288a1 clean keywords string from IPTC fields z0rglub 2004-10-09 10:04:23 +00:00
  • b70963317a I don't want to see mysql.inc.php anymore when updating... z0rglub 2004-10-08 22:24:14 +00:00
  • 42bad55b84 I don't want to see galleries anymore when updating... z0rglub 2004-10-08 22:23:46 +00:00
  • 3015047a08 bug 57 : undefined variable isadmin when notifying upload z0rglub 2004-10-07 21:43:12 +00:00
  • f0b805cf10 change version number z0rglub 2004-10-07 21:42:41 +00:00
  • 09a00acc0c - bug 55 : Cannot redeclare scandir(), this function is new in PHP 5.x z0rglub 2004-10-07 21:42:22 +00:00
  • deb89a13d8 - bug 53 : parse error on line 40 z0rglub 2004-10-07 21:41:09 +00:00
  • 11699a5546 - checkbox for "remember me" are only shown if authorized z0rglub 2004-10-06 22:48:48 +00:00
  • 944fb4856e Css simplification gweltas 2004-10-06 22:06:45 +00:00
  • c1e2646d89 - French translation gweltas 2004-10-04 22:22:44 +00:00
  • 8a3e256728 This commit was manufactured by cvs2svn to create tag 'release-1_3_3'. 1.3.3 plegall 2004-10-03 21:02:44 +00:00
  • 44370399ee change version from 1.3.2 to 1.3.3 z0rglub 2004-10-03 21:02:44 +00:00
  • 138fe984a2 bug 43 : disable possibility to create thumbnail for pictures containing wrong characters z0rglub 2004-10-03 18:58:00 +00:00
  • ce4b79e7b0 when registering a new user, we must take into account that user_category.date_last can be NULL z0rglub 2004-10-03 11:12:56 +00:00
  • 39a466c193 bug 50 : PHP 5.x incompatibility z0rglub 2004-10-03 10:21:45 +00:00
  • a896587970 bug 40 : case issue for uploaded pictures z0rglub 2004-10-03 10:20:57 +00:00
  • 94aadfe7ff bug 28 : invisibility feature disabled z0rglub 2004-10-03 10:17:20 +00:00
  • 3c8309a7e6 - deletion of session_time and session_id_size as config parameter z0rglub 2004-10-02 23:12:50 +00:00
  • da836ea95f directories "high" and "representative" are not returned anymore as potential category directories z0rglub 2004-10-02 22:59:03 +00:00
  • 28dcfea993 - Change of the picture page behavior to be able to open the full size image in a new window - Minor modification for template migration - Rename of script.js in scripts.js gweltas 2004-10-01 22:50:50 +00:00
  • e7b24ebdd0 add support of exif and iptc for remote site z0rglub 2004-09-27 21:51:07 +00:00
  • 1d4238055a -First draft of history display gweltas 2004-09-26 21:24:49 +00:00
  • bb8189ea75 add support of a third size picture in "high" sub-directory z0rglub 2004-09-24 08:37:29 +00:00
  • 1d40fed004 bug correction : if you rate a picture and then launch the slideshow, all pictures are rated with the same rate z0rglub 2004-09-24 00:03:07 +00:00
  • acfbcac7bb - (re)added feature : in remote site management, if a listing.xml file is found at PhpWebGallery root directory, it can be used to update a remote site z0rglub 2004-09-23 23:41:23 +00:00
  • c2ceeae013 - Small update of category.tpl gweltas 2004-09-23 17:14:04 +00:00
  • 79a6102edc - Delivery of french translation in order to test i18n - Deletion of collapsed & expanded gifs (obsoletes) - Creation of faq language file for further writing of a end user-oriented FAQ gweltas 2004-09-23 17:09:06 +00:00
  • 4106c2a524 - New template for picture.tpl - Creation of a menu bar in the picture display gweltas 2004-09-23 16:42:11 +00:00
  • 0b86652fa0 - change language keys z0rglub 2004-09-20 21:10:17 +00:00
  • 86770499b5 - commenting unused function guess_lang z0rglub 2004-09-20 20:54:22 +00:00
  • 9d0ffba637 - huge refactoring of admin/configuration.php (reminder : tabs in code are forbidden, only blank spaces are allowed) z0rglub 2004-09-20 20:08:15 +00:00
  • 288818b06d - dispatch of configuration gweltas 2004-09-19 22:26:41 +00:00
  • 094bbe3cee - new version of create_file_listing.php for future 1.4 branch z0rglub 2004-09-18 16:09:47 +00:00
  • aa392c1fdd init of $xml_content var avoiding PHP warnings z0rglub 2004-09-18 16:08:24 +00:00
  • e9cd9b5395 code refactoring z0rglub 2004-09-18 16:07:40 +00:00
  • 79de56d63c deletion of rate lines when deleting an element z0rglub 2004-09-18 16:05:15 +00:00
  • 01d3587006 representative was badly tested using prefix_thumbnail... z0rglub 2004-09-18 16:04:41 +00:00
  • 9519786fa4 verification of number of elements to delete in the function and not before calling function (for delete_elements and delete_categories) z0rglub 2004-09-12 08:33:56 +00:00
  • c6e6f131fa waiting tpl migration gweltas 2004-09-11 10:36:03 +00:00
  • eaad1d61d7 Minor bugs correction gweltas 2004-09-07 20:10:36 +00:00
  • 47a1e49c1e - corrects bugs due to deletion of configuration parameters default_lang, default_style (renamed to default_language and default_template), session_keyword z0rglub 2004-09-07 19:29:42 +00:00
  • 21886493a7 - adjustements on length fields z0rglub 2004-09-05 20:49:31 +00:00
  • b220e5db42 deletion of $conf['site_url'] and $conf['forum_url'] and all their usage (thus avoiding the usage of $conf in *.lang.php) z0rglub 2004-09-05 15:49:54 +00:00
  • 1f8b6b0790 when clicking on configuration page of admin panel, the general section in the menu was not displayed as the focused one. z0rglub 2004-09-04 09:19:36 +00:00
  • dd38c14639 - bug correction : when coming from picture.php on a picture of category.php page superior to the first, the right page was displayed (the one including the element) but the navigation bar was always saying we were on the first page z0rglub 2004-09-04 08:07:33 +00:00
  • af5bb2dde0 - in admin/configuration, add new step with "sections" (general, comments, default, upload, metadata, sessions) z0rglub 2004-09-03 22:05:31 +00:00
  • 1f71a31084 - in admin/configuration, add new step with "sections" (general, comments, default, upload, metadata, sessions) z0rglub 2004-09-03 15:01:05 +00:00
  • fb5b21cbde - refactoring z0rglub 2004-09-01 21:56:24 +00:00
  • 2dbc66da3b - new special category : random pictures z0rglub 2004-09-01 21:39:29 +00:00
  • f13b345dcf Template migration : picture_modify.php gweltas 2004-08-31 23:05:19 +00:00
  • a8cb550b92 if category is best_rated : displays the average rate of the element before its name z0rglub 2004-08-31 21:32:58 +00:00