aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - bug 180 fixed: remote_site.tpl doesn't validate.plegall2005-11-081-0/+7
| | | | | | | | - translation bug fixed: generate_file_listing.php doesn't exist, it's create_listing_file.php ! git-svn-id: http://piwigo.org/svn/trunk@927 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 184 fixed: for the third time...plegall2005-11-071-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: use a "filter" form for adding user comments.plegall2005-11-071-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 186 fixed: useless template theme icons deleted. Remaining icons inplegall2005-11-051-0/+5
| | | | | | | GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 185 fixed: errors in language items.plegall2005-10-311-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: use "filter" class for quickconnect box (with some customplegall2005-10-311-0/+7
| | | | | | | | | modifications) - bug fixed: the total number of pictures had disappeared git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2005-10-30 volcomvolcom2005-10-301-0/+5
| | | | | | | | * bug 190 fixed: issue in stats.tpl display * bug fixed: labels of monthly, daily graph fixed git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 177 fixed: for Safari (was fixed for Konqueror only)chrisaga2005-10-261-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 183 fixed: Warning when trying to associate an image with an alreadyplegall2005-10-251-0/+6
| | | | | | | | associated category. Just coded the TODO instructions I had let some time ago. git-svn-id: http://piwigo.org/svn/trunk@916 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 184 fixed: .png button left aligned in IEchrisaga2005-10-241-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 182 fixed: newly created user is not displayed in the user list.plegall2005-10-231-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@914 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: during file tree synchronization, warning on finding the nextplegall2005-10-231-0/+4
| | | | | | | rank of category which has no sub-categories yet. git-svn-id: http://piwigo.org/svn/trunk@913 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: cat-list.tpl validate nowchrisaga2005-10-231-0/+8
| | | | | | | | improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 181 fixed: "Parameters not created in phpwebgallery_config duringplegall2005-10-231-0/+7
| | | | | | | | | upgrade". gallery_title and gallery_description had not been added to config table. (use|show)_(exif|iptc) and authorize_remembering have also been removed... git-svn-id: http://piwigo.org/svn/trunk@911 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 177 fixed: icon tools wrong position in Safari and Konquerorchrisaga2005-10-221-0/+10
| | | | | | | | | | | | Needed a little trick to fix it. Put the trick in a fix-khtml.css Loading in header.tpl and protected from IE, Geko and Opera, just in case (couldn't foud a safari css-only filter wich validate) bug fixed: issue in the FORM in remote_site.tpl which prevented HTML validation (still something to do with the TABLE). git-svn-id: http://piwigo.org/svn/trunk@910 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: link on a single day in Administration>General>History wasplegall2005-10-221-1/+7
| | | | | | | missing git-svn-id: http://piwigo.org/svn/trunk@909 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 173 fixed: due to phpBB user identifiers management, the method toplegall2005-10-221-4/+15
| | | | | | | | | | | find the next user identifier has changer to MAX+1. - improvement: information message when new user added - bug fixed: language item "Username" used instead of "login". git-svn-id: http://piwigo.org/svn/trunk@906 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 176 fixed: need a javascript to handle transparent PNG background in IEchrisaga2005-10-201-0/+8
| | | | | | | | | | (tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm display: fixed another IE childselector bug in Categories Management admin page and improved display of this page in all browsers too. git-svn-id: http://piwigo.org/svn/trunk@905 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 174 fixed: use_exif_mapping configuration parameter was not used toplegall2005-10-191-0/+5
| | | | | | | list database fields to update from EXIF values. git-svn-id: http://piwigo.org/svn/trunk@903 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 172 fixed: crash when changing password with an external usersplegall2005-10-181-0/+6
| | | | | | | | table. The same kind of correction was also made in picture.php and register.php. git-svn-id: http://piwigo.org/svn/trunk@902 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 159 and 166 fixed: parameter "options" for mail() function disabled byplegall2005-10-181-0/+5
| | | | | | | default. git-svn-id: http://piwigo.org/svn/trunk@901 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 165 fixed : La largeur par d��faut en PIXELS pas en Kbchrisaga2005-10-181-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@900 68402e56-0260-453c-a942-63ccdbb3a9ee
* smaller font-size and, as requested, fonts more like 1.4chrisaga2005-10-181-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee
* display : in group_list.tpl - wrong form class, mixed html tags, ...chrisaga2005-10-171-0/+8
| | | | | | | | display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: use new function get_language_filepath in about.phpplegall2005-10-171-0/+5
| | | | | | | (complement of bug 168 correction) git-svn-id: http://piwigo.org/svn/trunk@897 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 154 fixed: "Calendar category, too precise dates". Bug came from theplegall2005-10-171-0/+7
| | | | | | | | bigger precision of creation_date and available_date in images tables. Need to retrieve only the year-month-day information. git-svn-id: http://piwigo.org/svn/trunk@896 68402e56-0260-453c-a942-63ccdbb3a9ee
* * new: history details by month,dayvolcom2005-10-171-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: localized labels in Administration>Pictures>Caddieplegall2005-10-151-0/+8
| | | | | | | | | - translation: bug fixed on special categories title in French - translation: all help pages were translated in french git-svn-id: http://piwigo.org/svn/trunk@889 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: "quick start" section in Administration>General>Instructionsplegall2005-10-091-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@884 68402e56-0260-453c-a942-63ccdbb3a9ee
* - translation: new items related to configuration parameters gallery_titleplegall2005-10-081-0/+5
| | | | | | | and gallery_description in GUI. git-svn-id: http://piwigo.org/svn/trunk@883 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: configuration parameters gallery_title andplegall2005-10-071-0/+10
| | | | | | | | | | | | gallery_description are GUI managed in Administration>Configuration>General - bug fixed: configuration parameters (use|show)_(exif|iptc) and authorize_remembering should have been deleted from config table some time ago. git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: mass virtual categories movement manager inplegall2005-10-071-0/+5
| | | | | | | Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 160 fixed: (part one of the bug) hard coded column name of users tableplegall2005-10-051-0/+17
| | | | | | | | | | | | | | | | | | had to be replaced by the configurable column name. This correction was made by a full rewrite of filtered users list management. The other bug (not submited in bugtracker) that needed this rewrite was that when you choose "all" as target for mass users modification, you expected to apply modification on filtered users, not all users. - bug 160 fixed: (part two of the bug) hard coded column name for primary key in mass_updates function. - modification: configuration parameter users_page is now located in the correct file (include/config_default.inc.php instead of admin/user_list.php) git-svn-id: http://piwigo.org/svn/trunk@880 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 168 fixed: crash when language file does not exists. Constantplegall2005-09-271-0/+6
| | | | | | | | PHPWG_DEFAULT_LANGUAGE added. New function get_language_filepath always used to find language files. git-svn-id: http://piwigo.org/svn/trunk@879 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 158 fixed: display error on "double selects" screens (with MSIE,plegall2005-09-261-0/+6
| | | | | | | strange behavior). VDigital modification optimizes width usage :-) git-svn-id: http://piwigo.org/svn/trunk@878 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 163 fixed: link error when cookies disabled in admin/statsplegall2005-09-251-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@877 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: HTML error on nested UL in categories menu.plegall2005-09-251-1/+13
| | | | | | | | | | - bug 161 fixed: guest_id not taken into account for history table insert. - bug 164 fixed: category inserted in history table becomes too long if HTML tags are kept. git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 162 fixed: division by zero when trying to view "all" items inplegall2005-09-241-0/+5
| | | | | | | admin/element_set_(global|unit) git-svn-id: http://piwigo.org/svn/trunk@875 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 151 fixed: default maxheight was not proposed as "set to" option inplegall2005-09-211-0/+5
| | | | | | | admin/user_list git-svn-id: http://piwigo.org/svn/trunk@874 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 150 fixed: in category permissions management, wrong column name whenplegall2005-09-211-0/+5
| | | | | | | using an external users table. git-svn-id: http://piwigo.org/svn/trunk@873 68402e56-0260-453c-a942-63ccdbb3a9ee
* - update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not availableplegall2005-09-203-71/+109
| | | | | | | | | | | | | | anymore. - update: README files updated for very near branch 1.5 :-) - new: file tools/config_local.inc.php as example for optional include/config_local.inc.php - bug fixed: configuration parameter show_picture_name_on_title was useless git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 111 fixed: "Can't add virtual category when cookieplegall2005-09-181-0/+11
| | | | | | | | | | | | | disabled". Correction reported from branch 1.4. - bug 109 fixed : "disabled "best rated" menu item when rating is not enabled". Correction reported from branch 1.4. - bug 95 fixed : "default maxwidth and maxheight not registered". Correction reported from branch 1.4. git-svn-id: http://piwigo.org/svn/trunk@869 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 107 fixed: crash when logging visit on a category containing "'"plegall2005-09-181-1/+9
| | | | | | | | | character. Correction reported from branch 1.4 - bug fixed: in admin/stats, incorrect SQL queries gave no result. git-svn-id: http://piwigo.org/svn/trunk@868 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 101 fixed: correction reported from branch 1.4plegall2005-09-181-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@867 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: automatic new password sent by mail when requested by userplegall2005-09-181-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: add information about how to use an external table for usersplegall2005-09-171-0/+14
| | | | | | | | | | | | | - bug fixed: uses user configuration fields for filtering in admin/user_list - bug fixed: don't try to create feeds automatically during sync_users (when line in user_infos is missing) - bug fixed: create_user_infos function gives status admin if user id matches $conf['webmaster_id'] git-svn-id: http://piwigo.org/svn/trunk@865 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: the number of elements waiting for validation is notified in RSSplegall2005-09-171-0/+5
| | | | | | | feed. git-svn-id: http://piwigo.org/svn/trunk@864 68402e56-0260-453c-a942-63ccdbb3a9ee
* - translation: common and admin strings translated in french from englishplegall2005-09-171-1/+6
| | | | | | | files git-svn-id: http://piwigo.org/svn/trunk@863 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: long localized messages are in HTML files instead of $langplegall2005-09-141-0/+19
| | | | | | | | | | | | | | | | | | | | array. This is the case of admin/help and about pages. - deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists, check_date_format, date_convert, get_category_directories, get_used_metadata_list, array_remove, pwg_write_debug, get_group_restrictions, get_all_group_restrictions, is_group_allowed, style_select, deprecated_getAttribute). - new: many new contextual help pages to replace descriptions previously included in pages. - modification: reorganisation of language files. Deletion of unused language keys, alphabetical sort. No faq.lang.php anymore (replaced by help.html). Only done for en_UK.iso-8859-1. git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : no display of first added element date in admin/intro if noplegall2005-09-031-0/+5
| | | | | | | element in the gallery. git-svn-id: http://piwigo.org/svn/trunk@861 68402e56-0260-453c-a942-63ccdbb3a9ee