Commit Graph

  • 149edc131d - new : introduction page to administration section. This page gives informations about PhpWebGallery version, PHP version, MySQL version, gallery database informations (number of categories, elements, users, comments). Ability to request phpwebgallery.net for upgrade. plegall 2005-08-15 22:01:00 +00:00
  • 6615c91e30 - bug 135 : "Count of total number of pictures". Correction reported from development branch. plegall 2005-08-15 13:05:29 +00:00
  • 3b957eb480 - modification : simplification of HTML/CSS code for double select screen to manage categories properties (admin/cat_options) plegall 2005-08-14 18:18:47 +00:00
  • c501facfa5 - new : ability to set an element as representant of its category directly from picture.php screen. plegall 2005-08-14 11:55:35 +00:00
  • 194bf3ca48 - wrong date on the last entry plegall 2005-08-13 23:10:46 +00:00
  • 1549745402 - new : maintenance screen in administration. There you can update categories informations (number of images, date of the last added element), update images informations (path, average rate), purge obsolete sessions, purge history. plegall 2005-08-13 23:09:54 +00:00
  • 273884a652 - new : external authentication in another users table. Previous users table is divided between users (common properties with any web application) and user_infos (phpwebgallery specific informations). External table and fields can be configured. plegall 2005-08-08 20:52:19 +00:00
  • 38326b5c93 - bug 133 corrected : Deleting user favorites is too restrictive. Instead of deleting a favorite because it belongs to at least one forbidden category, a favorite is deleted if it belongs to no authorized category (which was the expected behaviour). plegall 2005-08-07 18:02:48 +00:00
  • 8b97a8154e - improvement : in admin/element_set_global, javascript is not used anymore to select an item with its thumbnail plegall 2005-07-17 15:13:25 +00:00
  • 3643e999a5 - bug fixed : in admin/user_list, if target is "selection" and that no user is selected, an error occurs plegall 2005-07-17 15:09:24 +00:00
  • e96510957c - new feature : use Apache authentication. If $conf['apache_authentication'] is set true : if no user matches $_SERVER['REMOTE_USER'] in "users" table, PWG automatically creates one. This way, users can customize the behaviour of the application. plegall 2005-07-17 15:06:39 +00:00
  • eb189de800 - new configuration parameter : hide thumbnail captions on main page with $conf['show_thumbnail_caption'] plegall 2005-07-17 14:58:42 +00:00
  • 3f4f655e1e - typo fixed in last ChangeLog entry date plegall 2005-07-16 15:22:16 +00:00
  • 9bafdff171 - new feature : RSS notification feed. Feed generator is an external tool (FeedCreator class v1.7.2). New file feed.php plegall 2005-07-16 14:29:35 +00:00
  • 315f9c5670 - category permissions management comes back! (it disappeared in branch 1.4) This time, it is designed to support better long users list. On this screen, for a particular category, admin can say which groups and users are permitted. plegall 2005-06-30 21:20:06 +00:00
  • 3e1604f748 - users managment : change display of filter (according to filter on user comments) plegall 2005-06-30 21:07:50 +00:00
  • b4458ec2db - categories management : new display with icon for actions (delete, sub-categories, elements, edit, jump to, permissions) plegall 2005-06-30 21:00:07 +00:00
  • 3c2b8d230e - new feature : ability to add links on the main page (see include/config_default.inc.php) plegall 2005-06-25 17:09:01 +00:00
  • 49fb2b6fd3 - comments page rewritten : comments are displayed one by one, with filters and display options available. The list of comments is paginated. plegall 2005-06-21 21:08:11 +00:00
  • cc20eaf128 - bug fixed when a language value contains a simple quote plegall 2005-06-21 20:39:29 +00:00
  • a86321eab5 - direct communication between templates and language items, without needing a mapping in the PHP code. plegall 2005-06-21 19:32:17 +00:00
  • 743efaf112 - new function get_name_from_file to centralize the construction of displayed name from the filename plegall 2005-06-21 19:25:59 +00:00
  • e851f504ac - errors and informations boxes : management centralized in admin.php, $errors and $infos arrays replaced by $page['errors'] and $page['infos'], special management for admin/update.php (more complex management) plegall 2005-06-11 14:10:04 +00:00
  • 4fedaac43a - bug 96 (informations given by uploaders are lost) correction reported from branch 1.4 plegall 2005-06-11 11:29:32 +00:00
  • b15c91743d This commit was manufactured by cvs2svn to create tag 'release-1_4_1'. 1.4.1 plegall 2005-05-14 13:39:00 +00:00
  • ab9097cfec - version moved to 1.4.1 plegall 2005-05-14 13:39:00 +00:00
  • 4647d2281a - bug 114 corrected : webmaster mail address protection. Ability to set an invalid mail address (but not during installation) plegall 2005-05-14 12:56:48 +00:00
  • 6a9e165e32 - user list : links to profile page and permissions page are represented by icons (more compact) plegall 2005-05-09 22:34:21 +00:00
  • fd2cc0d700 - bug fixed : users belonging to several groups were shown several times plegall 2005-05-06 20:48:52 +00:00
  • 93277f9fbb - bug 101 fixed : "problem with IE search on keywords". Separator character ";" is not officially a supported character for URL. Replaced by "--". plegall 2005-05-02 20:59:47 +00:00
  • 39e65897dc - bug 107 fixed : "crash when virtual category name contains a quote". In fact, the problem was in log line insertion. Category name must be "addslashed". plegall 2005-05-02 20:44:27 +00:00
  • 600c108a1f - bug 111 fixed : "Can't add virtual category when cookie disabled". Trivial correction. plegall 2005-05-01 14:19:38 +00:00
  • 2e14b0a79f - bug 110 fixed : "return to element view from element edition fails depending on permissions". Correction is partial for branch 1.4 : a linked category is randomly chosen but if no linked category is authorized for the admin user, then the link is to the storage category (which can be forbidden). plegall 2005-05-01 14:16:43 +00:00
  • 22b608fd64 - bug 83 fixed : "remove version from footer". Trivial correction. plegall 2005-05-01 07:47:49 +00:00
  • 65c52a2a20 - bug 106 fixed : "'L_RETURN_HINT' template code missed in search.php". Trivial correction. plegall 2005-04-30 21:15:53 +00:00
  • 7b5bb0e3fc - bug 95 fixed : "default maxwidth and maxheight not registered". In fact, these informations were registered, but not tested and displayed. Tests and siplay were added. plegall 2005-04-30 20:37:43 +00:00
  • 6f269bc035 - bug 109 fixed : disabled "best rated" menu item when rating is not enabled. Trivial correction. plegall 2005-04-30 15:23:28 +00:00
  • 9cfba96167 - user list updated : ability to filter list on status. Function get_enums comes back to retrieve the list of possible status in the database. plegall 2005-04-30 14:36:57 +00:00
  • 5293402be5 - user list updated : ability to filter list on group plegall 2005-04-28 22:06:20 +00:00
  • a32a5a7d36 - DATE() is available only since MySQL 4.1.1, replaced by DAYOFMONTH() plegall 2005-04-26 20:47:16 +00:00
  • 3fc8c9824f Bug 0000100: 'info_line' template code splited gweltas 2005-04-26 14:24:08 +00:00
  • 97a3d7af5b Bug 0000101: problem with IE search on keywords The ";" character is not allowed in a IE url. It has been replaced by a "+" character. gweltas 2005-04-26 11:34:38 +00:00
  • 9dc9c553d3 Bug 99 : javascript error in profile.php Enhancement of the radio class under IE gweltas 2005-04-26 09:46:33 +00:00
  • 60ed679b36 Bug 0000098: class "radio" sur les input de type "radio" gweltas 2005-04-26 08:10:23 +00:00
  • 9ea0ae39f8 - include/config.inc.php becomes include/config_default.inc.php : this file should not be modified. A new file include/config_local.inc.php can be used for overwriting configuration parameters plegall 2005-04-25 22:11:57 +00:00
  • a583066702 - come back to previous version of include/constants.php : %PWGVERSION% was not a mistake plegall 2005-04-25 21:45:38 +00:00
  • bd6d2d0a21 - profile.php is no longer used for listing users : admin/user_list.php comes back (as in 1.3 branch) plegall 2005-04-25 21:35:10 +00:00
  • 93650321f0 - ChangeLog update according to Gweltas' commit plegall 2005-04-25 21:30:43 +00:00
  • 3df4c4c00b - L�g�re modification pour permettre une installation m�me si le fichier mysql.inc.php n'existe pas. - Introduction des statistiques mensuelles. - Modification des labels anglais lors de l'installation gweltas 2005-04-25 15:41:56 +00:00
  • b56bd6748a - bug 96 : informations given by uploaders were never used during database synchronisation. A new block has been added to retrieve "waiting" table informations and transfer them to "images" table. plegall 2005-04-20 19:09:50 +00:00
  • b63d91c59e - elements batch management : element_set page becomes the frontend to element_set_global and element_set_unit, infos_images (after a long time of use) become deprecated : the more powerful element_set is used instead. Consequently, batch management concerns caddie but also "normal categories". plegall 2005-04-16 16:56:32 +00:00
  • 41e52d7a8a - elements batch management : in addition to global mode, a unit mode is added : ability to manage a set of elements, element by element. This screen is very close to the existing "infos_images" (which will soon disappear). plegall 2005-04-16 07:49:55 +00:00
  • 8549bee38a - functions get_day_list and get_month_list moved from search.php to include/functions.inc.php : these functions are now also used in admin/element_set_global.php plegall 2005-04-11 20:31:50 +00:00
  • fdc5ce0a55 - apply category name and element name separation in calendar special category plegall 2005-03-31 21:53:24 +00:00
  • 26b44267d5 - "add to caddie" link is visible only when categories contains elements. Only admin users can see this link plegall 2005-03-26 22:35:07 +00:00
  • 03b8e7bb35 - in complement of new configuration parameter "show_version", version is not shown anymore in about page plegall 2005-03-25 23:02:14 +00:00
  • 1e3f5197d6 - new way of managing the application version plegall 2005-03-25 22:47:18 +00:00
  • aed2bd916e - new feature : caddie (new table was forgotten in previous commit) plegall 2005-03-25 22:26:35 +00:00
  • 412ea5e01a - typo fixed : wrong block name closed in template plegall 2005-03-25 22:15:02 +00:00
  • ef080278bf - new feature : caddie. The purpose is batch management, especially concerning elements to categories associations. This is the very first release, needs many improvements. plegall 2005-03-25 22:10:55 +00:00
  • 333d44c398 - new configuration parameter show_version : should the version be displayed or not ? plegall 2005-03-16 20:57:54 +00:00
  • b4bf96c989 This commit was manufactured by cvs2svn to create tag 'release-1_4_0'. 1.4.0 plegall 2005-03-12 14:33:39 +00:00
  • 6b5f3a4a82 - version moved from 1.4.0RC3 to 1.4.0 plegall 2005-03-12 14:33:39 +00:00
  • 0a848308df This commit was manufactured by cvs2svn to create branch 'branch-1_4'. plegall 2005-03-12 10:57:01 +00:00
  • 06dbb37901 - bug fixed : listing.xml file must be placed in root directory, not in "admin" directory anymore. plegall 2005-03-12 10:57:01 +00:00
  • 13b6729e4f - no use of "realpath" function anymore : this function is too often buggy and returns nothing (crash of template system as consequence...). The use of this function was not essential plegall 2005-03-12 10:51:08 +00:00
  • e0c0632796 - bug fixed : wrong translation of "rate" by "vote" in French. "rate" is translated by "note" now. plegall 2005-03-12 10:37:19 +00:00
  • a159c579b7 - bug fixed : errors in notification mails... $conf['webmaster'] as disappeared and $conf['version'] was replaced by PHPWG_VERSION plegall 2005-03-12 10:29:54 +00:00
  • 56d095b30f - bug fixed : status name is displayed as its localized name plegall 2005-03-12 10:28:44 +00:00
  • 0755ca8bfe - bug fixed : there was no category name displayed in notification mails for new comment in special categories (other than numeric categories). Solution was to search related categories at the beginning of picture.php plegall 2005-03-12 10:27:43 +00:00
  • f9823c912b - bug fixed : "all" categories link name is now localized plegall 2005-03-06 21:31:19 +00:00
  • 8397b98d28 - bug fixed : localized label on submit button to add users in administration plegall 2005-02-18 20:46:17 +00:00
  • efe3e20e47 This commit was manufactured by cvs2svn to create tag 'release-1_4_0RC3'. 1.4.0RC3 plegall 2005-02-13 19:53:07 +00:00
  • b3aff324b9 - ability to add users from administration panel plegall 2005-02-13 19:53:07 +00:00
  • 72b4671ba9 - bug fixed : when a error occured during registration, the mail address submitted was not displayed on correction form plegall 2005-02-13 18:26:01 +00:00
  • 2829f5105f - version moved from 1.4.0RC2 to 1.4.0RC3 plegall 2005-02-13 18:04:48 +00:00
  • 11cf1e01f7 - bug fixed : instead of showing a blank page when trying to use Exif tags read function, display a message telling the problem plegall 2005-02-13 12:49:52 +00:00
  • abfbb7f706 - bug fixed : the representative picture of video.avi can't be pwg_representative/video.avi but can be pwg_representative/video.jpg (because it's a picture) plegall 2005-02-13 10:25:59 +00:00
  • ec6e36c1dd - bug fixed : more precise information about setting a new random representant plegall 2005-02-13 10:23:09 +00:00
  • 6a16bf5bb1 - in case of SQL error, stop execution (prevents from errors in synchronization) plegall 2005-02-13 10:21:11 +00:00
  • d6af5d9628 - no rate form for guest (not connected) plegall 2005-02-13 10:19:58 +00:00
  • 70478add18 - removes from special menu the number of elements displayed in most_seen and best_rated categories plegall 2005-02-09 21:47:21 +00:00
  • 10adb2a72c - bug fixed : even with a wrong date given, tries to update (should not) plegall 2005-02-09 21:46:28 +00:00
  • 1c7a70ff2d typo fixed plegall 2005-02-09 21:45:24 +00:00
  • ec98902e5a - bug fixed : no need to wrap iptc values into quotes, they are added by mass_insert plegall 2005-02-08 21:56:12 +00:00
  • ee0f6c9c71 - typo fixed plegall 2005-02-08 21:55:03 +00:00
  • 7d51de44ee - bug fixed : can't find a new category id for virtual category creation if no existing category. plegall 2005-02-07 21:44:21 +00:00
  • 357ed72163 - bug 75 fixed : unlogical screen when removing the last favorite plegall 2005-02-01 23:19:44 +00:00
  • 750354a231 - bug fixed : text "Powered by" is now localized plegall 2005-02-01 22:22:17 +00:00
  • f30455c6ff - bug fixed : when a user is the guest user, login saved in history table is "guest" and not the localized version of guest username plegall 2005-02-01 07:29:37 +00:00
  • 8479367eb2 - purge of obsolete lines plegall 2005-02-01 07:28:38 +00:00
  • 68970e1e65 - add information after metadata synchronization plegall 2005-01-31 23:22:29 +00:00
  • a500671dc2 - bug fixed : slideshow was not working since modification of test on $refresh var. plegall 2005-01-30 22:16:31 +00:00
  • cf48bf46e3 - bug fixed : same comments displayed as many times as element categories plegall 2005-01-23 15:27:20 +00:00
  • 7eb2d433b7 - bug fixed : title_comments language item was missing in english plegall 2005-01-23 15:26:39 +00:00
  • eaf0c5dbe7 This commit was manufactured by cvs2svn to create tag 'release-1_4_0RC2'. 1.4.0RC2 plegall 2005-01-21 22:09:58 +00:00
  • 2f50745d14 - version moved to 1.4.0RC2 plegall 2005-01-21 22:09:58 +00:00
  • 05063edcce - highlight search results disabled before rewrite plegall 2005-01-20 23:42:35 +00:00
  • 35c3e39bb8 - bug fixed : word "all" for creating all thumbnails is now in i18n plegall 2005-01-20 23:41:27 +00:00
  • 59ab5dec26 - bug fixed : search on accentuated characters is possible plegall 2005-01-20 23:09:28 +00:00