Commit graph

  • 750f0aeccf replace osolete cat_prm.vtp with cat_perm.tpl chrisaga 2005-08-20 08:26:18 +00:00
  • 4f261af707 - improvement : dedicated page for user comments validation/reject in administration. (screen is not shared with public part of the gallery). Ability to validate all or reject all in one clic. plegall 2005-08-20 01:52:29 +00:00
  • faaf35d633 fix images path chrisaga 2005-08-19 22:55:19 +00:00
  • fc5e8e27c7 cclear template almost working good for BSF chrisaga 2005-08-19 21:22:34 +00:00
  • dded962ded - improvement : less compact presentation of screen admin/element_set_unit. plegall 2005-08-19 19:07:13 +00:00
  • abed8b4a18 new file from default template chrisaga 2005-08-19 17:30:15 +00:00
  • 939c01e410 - improvement : standardization of categories navigation bar on top of administration screen element_set_(global|unit), cat_modify, cat_list, cat_perm. plegall 2005-08-19 17:00:20 +00:00
  • ede184cacc - modification : RSS feed work only with a given feed identifier. Thus we can avoid fixed frequency notification to concentrate on variable frequency notification, which is much more interesting. To do this, feeds have moved to a dedicated table allowing each user (including guest user) to have more than on feed. plegall 2005-08-19 13:54:40 +00:00
  • c8bf225cd4 - bug 133 fixed : (report from branch 1.4) Deleting user favorites is too restrictive. Instead of deleting a favorite because it belongs to at least one forbidden category, a favorite is deletedif it belongs to no authorized category (which was the expected behaviour). plegall 2005-08-18 21:40:59 +00:00
  • 5834354491 - bug 133 fixed : "Nb of images incorectly rendered in "tool tip" near category in category menu". Correction reported (and improved) from branch 1.4 plegall 2005-08-18 21:31:21 +00:00
  • f05a541c55 - bug 134 fixed : "Nb of images incorectly rendered in tool tip near category in category menu". Deletion of a simple line break. plegall 2005-08-18 21:20:04 +00:00
  • 4b9bc10cde cclean : fixed some styles in the admin section chrisaga 2005-08-18 20:25:08 +00:00
  • 8f01d75299 cclear : -------- - admin.tpl : keep structure, get content from default template chrisaga 2005-08-18 19:50:12 +00:00
  • 820478cba9 cclear : -------- - Added Files (from default template): - double_select.tpl element_set_global.tpl element_set_unit.tpl - intro.tpl maintenance.tpl user_list.tpl chrisaga 2005-08-18 19:34:15 +00:00
  • b99acc7604 cclear template : ----------------- - category.tpl : From 1.4 to BSF - add missing icons in themes, admin/images, (from default template) - content.css chrisaga 2005-08-18 19:28:29 +00:00
  • 7a8b502e11 - improvement : screen admin/picture_modify rewritten. Presentation copied from admin/cat_modify : fieldsets regroup fields. Ability to synchronize metadata for the displayed item. plegall 2005-08-18 17:59:00 +00:00
  • a7e5dbf37c recreate image files with -kb option chrisaga 2005-08-18 17:06:58 +00:00
  • b05a006cd6 images created without -kb option chrisaga 2005-08-18 17:03:52 +00:00
  • cc2b193511 images files created without -kb option chrisaga 2005-08-18 17:02:53 +00:00
  • 97fa38b1d8 image files not created with -kb option chrisaga 2005-08-18 16:57:26 +00:00
  • 2bbc7ba8be Let's begin the new customizable clear template :-) chrisaga 2005-08-18 07:04:05 +00:00
  • af3802982b - bug 138 fixed : guest and admin users were not created in the database because include/config_default.inc.php was not included and that USERS_TABLE constant depends on $conf['users_table']. plegall 2005-08-17 21:03:46 +00:00
  • 3cf427b4d6 - improvement : in admin/user_perm, already authorized categories thanks to group associations are displayed and not taken into account for user specific permissions. plegall 2005-08-17 15:25:32 +00:00
  • 20f0541697 - modification : major simplification of admin.php. Titles are managed by included page, localized items are managed directly in the template. plegall 2005-08-17 14:25:38 +00:00
  • de22732f93 - oups... I forgot to add the template associated to admin/intro added in a previous commit. plegall 2005-08-16 15:21:06 +00:00
  • 5840251d55 - modification : admin/group_list screen completely rewrite to present the list of existing groups and a form to add a new group. Here you can delete a group, go to permissions management for a group, go to member list of a group (on admin/user_list with a filter on group). plegall 2005-08-16 15:19:40 +00:00
  • 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