aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Subversion admin: rename branch 1.4 to match new format1.4plegall2009-04-230-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/1.4@3249 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge trunc r933:934 into branch 1.4 (bug 207 fixed)plegall2005-11-161-0/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_4@936 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 134 fixed : "Nb of images incorectly rendered in tool tip nearplegall2005-08-181-2/+1
| | | | | | | category in category menu". Deletion of a simple line break. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@830 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 135 : "Count of total number of pictures". Correction reported fromplegall2005-08-151-8/+18
| | | | | | | development branch. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@813 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 133 corrected : Deleting user favorites is too restrictive. Instead ofplegall2005-08-071-7/+23
| | | | | | | | | 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). git-svn-id: http://piwigo.org/svn/branches/branch-1_4@807 68402e56-0260-453c-a942-63ccdbb3a9ee
* - version moved to 1.4.1plegall2005-05-142-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_4@789 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 114 corrected : webmaster mail address protection. Ability to set an ↵plegall2005-05-141-6/+2
| | | | | | invalid mail address (but not during installation) git-svn-id: http://piwigo.org/svn/branches/branch-1_4@788 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 101 fixed : "problem with IE search on keywords". Separator characterplegall2005-05-023-3/+3
| | | | | | | ";" is not officially a supported character for URL. Replaced by "--". git-svn-id: http://piwigo.org/svn/branches/branch-1_4@785 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 107 fixed : "crash when virtual category name contains a quote". Inplegall2005-05-021-4/+4
| | | | | | | | fact, the problem was in log line insertion. Category name must be "addslashed". git-svn-id: http://piwigo.org/svn/branches/branch-1_4@784 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 111 fixed : "Can't add virtual category when cookie disabled". Trivialplegall2005-05-011-1/+1
| | | | | | | correction. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@783 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 110 fixed : "return to element view from element edition failsplegall2005-05-011-1/+27
| | | | | | | | | | 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). git-svn-id: http://piwigo.org/svn/branches/branch-1_4@782 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 83 fixed : "remove version from footer". Trivial correction.plegall2005-05-012-1/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_4@781 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 106 fixed : "'L_RETURN_HINT' template code missed inplegall2005-04-301-0/+1
| | | | | | | search.php". Trivial correction. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@780 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 95 fixed : "default maxwidth and maxheight not registered". In fact,plegall2005-04-301-0/+18
| | | | | | | | these informations were registered, but not tested and displayed. Tests and siplay were added. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@779 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 109 fixed : disabled "best rated" menu item when rating is notplegall2005-04-301-7/+10
| | | | | | | enabled. Trivial correction. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@778 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 96 : informations given by uploaders were never used during databaseplegall2005-04-201-0/+56
| | | | | | | | synchronisation. A new block has been added to retrieve "waiting" table informations and transfer them to "images" table. git-svn-id: http://piwigo.org/svn/branches/branch-1_4@765 68402e56-0260-453c-a942-63ccdbb3a9ee
* - version moved from 1.4.0RC3 to 1.4.0plegall2005-03-122-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_4@752 68402e56-0260-453c-a942-63ccdbb3a9ee
* This commit was manufactured by cvs2svn to create branch 'branch-1_4'.plegall2005-03-120-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_4@751 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : listing.xml file must be placed in root directory, not inplegall2005-03-122-2/+2
| | | | | | | "admin" directory anymore. git-svn-id: http://piwigo.org/svn/trunk@750 68402e56-0260-453c-a942-63ccdbb3a9ee
* - no use of "realpath" function anymore : this function is too often buggyplegall2005-03-123-3/+3
| | | | | | | | and returns nothing (crash of template system as consequence...). The use of this function was not essential git-svn-id: http://piwigo.org/svn/trunk@749 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : wrong translation of "rate" by "vote" in French. "rate" isplegall2005-03-121-7/+7
| | | | | | | translated by "note" now. git-svn-id: http://piwigo.org/svn/trunk@748 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : errors in notification mails... $conf['webmaster'] asplegall2005-03-121-2/+2
| | | | | | | disappeared and $conf['version'] was replaced by PHPWG_VERSION git-svn-id: http://piwigo.org/svn/trunk@747 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : status name is displayed as its localized nameplegall2005-03-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@746 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : there was no category name displayed in notification mails forplegall2005-03-121-24/+28
| | | | | | | | | new comment in special categories (other than numeric categories). Solution was to search related categories at the beginning of picture.php git-svn-id: http://piwigo.org/svn/trunk@745 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : "all" categories link name is now localizedplegall2005-03-063-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@744 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : localized label on submit button to add users inplegall2005-02-181-1/+1
| | | | | | | administration git-svn-id: http://piwigo.org/svn/trunk@743 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ability to add users from administration panelplegall2005-02-132-21/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@741 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : when a error occured during registration, the mail addressplegall2005-02-131-2/+2
| | | | | | | submitted was not displayed on correction form git-svn-id: http://piwigo.org/svn/trunk@740 68402e56-0260-453c-a942-63ccdbb3a9ee
* - version moved from 1.4.0RC2 to 1.4.0RC3plegall2005-02-132-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@739 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : instead of showing a blank page when trying to use Exif tagsplegall2005-02-132-0/+10
| | | | | | | read function, display a message telling the problem git-svn-id: http://piwigo.org/svn/trunk@738 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : the representative picture of video.avi can't beplegall2005-02-132-2/+2
| | | | | | | | pwg_representative/video.avi but can be pwg_representative/video.jpg (because it's a picture) git-svn-id: http://piwigo.org/svn/trunk@737 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : more precise information about setting a new randomplegall2005-02-132-2/+2
| | | | | | | representant git-svn-id: http://piwigo.org/svn/trunk@736 68402e56-0260-453c-a942-63ccdbb3a9ee
* - in case of SQL error, stop execution (prevents from errors inplegall2005-02-131-9/+2
| | | | | | | synchronization) git-svn-id: http://piwigo.org/svn/trunk@735 68402e56-0260-453c-a942-63ccdbb3a9ee
* - no rate form for guest (not connected)plegall2005-02-131-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@734 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removes from special menu the number of elements displayed in most_seenplegall2005-02-091-2/+2
| | | | | | | and best_rated categories git-svn-id: http://piwigo.org/svn/trunk@733 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : even with a wrong date given, tries to update (should not)plegall2005-02-091-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@732 68402e56-0260-453c-a942-63ccdbb3a9ee
* typo fixedplegall2005-02-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@731 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : no need to wrap iptc values into quotes, they are added byplegall2005-02-081-1/+1
| | | | | | | mass_insert git-svn-id: http://piwigo.org/svn/trunk@730 68402e56-0260-453c-a942-63ccdbb3a9ee
* - typo fixedplegall2005-02-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@729 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : can't find a new category id for virtual category creation ifplegall2005-02-071-1/+1
| | | | | | | no existing category. git-svn-id: http://piwigo.org/svn/trunk@728 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 75 fixed : unlogical screen when removing the last favoriteplegall2005-02-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@727 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : text "Powered by" is now localizedplegall2005-02-014-1/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : when a user is the guest user, login saved in history table isplegall2005-02-011-7/+13
| | | | | | | "guest" and not the localized version of guest username git-svn-id: http://piwigo.org/svn/trunk@725 68402e56-0260-453c-a942-63ccdbb3a9ee
* - purge of obsolete linesplegall2005-02-011-59/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@724 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add information after metadata synchronizationplegall2005-01-314-5/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@723 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : slideshow was not working since modification of test onplegall2005-01-301-1/+1
| | | | | | | $refresh var. git-svn-id: http://piwigo.org/svn/trunk@722 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : same comments displayed as many times as element categoriesplegall2005-01-231-10/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@721 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : title_comments language item was missing in englishplegall2005-01-231-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@720 68402e56-0260-453c-a942-63ccdbb3a9ee
* - version moved to 1.4.0RC2plegall2005-01-212-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@718 68402e56-0260-453c-a942-63ccdbb3a9ee
* - highlight search results disabled before rewriteplegall2005-01-201-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@717 68402e56-0260-453c-a942-63ccdbb3a9ee