aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - new function get_name_from_file to centralize the construction ofplegall2005-06-211-0/+10
| | | | | | | | | | | displayed name from the filename - new function l10n which returns the corresponding value from $lang if existing. Else, the key is returned. This means that if a language item is not translated, the key is displayed instead (better than nothing). git-svn-id: http://piwigo.org/svn/trunk@793 68402e56-0260-453c-a942-63ccdbb3a9ee
* - errors and informations boxes : management centralized in admin.php,plegall2005-06-111-0/+7
| | | | | | | | $errors and $infos arrays replaced by $page['errors'] and $page['infos'], special management for admin/update.php (more complex management) git-svn-id: http://piwigo.org/svn/trunk@792 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 96 (informations given by uploaders are lost) correction reported fromplegall2005-06-111-0/+5
| | | | | | | branch 1.4 git-svn-id: http://piwigo.org/svn/trunk@791 68402e56-0260-453c-a942-63ccdbb3a9ee
* - user list : links to profile page and permissions page are represented byplegall2005-05-091-0/+13
| | | | | | | | | | | | | | | | | | | icons (more compact) - user list : ability to associate to a group or to dissociate from a group a list of selected users - user list : ability to set user properties in "batch" mode (a selection of users at once) - user list : alternate background color for each line - (not in ChangeLog) temporary commented code to update current user language if $_POST['language'] is set (see include/user.inc.php for details) git-svn-id: http://piwigo.org/svn/trunk@787 68402e56-0260-453c-a942-63ccdbb3a9ee
* - user list updated : ability to filter list on status. Function get_enumsplegall2005-04-301-0/+6
| | | | | | | comes back to retrieve the list of possible status in the database. git-svn-id: http://piwigo.org/svn/trunk@777 68402e56-0260-453c-a942-63ccdbb3a9ee
* - user list updated : ability to filter list on groupplegall2005-04-281-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@776 68402e56-0260-453c-a942-63ccdbb3a9ee
* - include/config.inc.php becomes include/config_default.inc.php : this fileplegall2005-04-251-0/+7
| | | | | | | | should not be modified. A new file include/config_local.inc.php can be used for overwriting configuration parameters git-svn-id: http://piwigo.org/svn/trunk@770 68402e56-0260-453c-a942-63ccdbb3a9ee
* - come back to previous version of include/constants.php : %PWGVERSION% wasplegall2005-04-251-0/+5
| | | | | | | not a mistake git-svn-id: http://piwigo.org/svn/trunk@769 68402e56-0260-453c-a942-63ccdbb3a9ee
* - profile.php is no longer used for listing users : admin/user_list.phpplegall2005-04-251-0/+7
| | | | | | | | | comes back (as in 1.3 branch) - user list updated : ability to filter list on username git-svn-id: http://piwigo.org/svn/trunk@768 68402e56-0260-453c-a942-63ccdbb3a9ee
* - ChangeLog update according to Gweltas' commitplegall2005-04-251-0/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@767 68402e56-0260-453c-a942-63ccdbb3a9ee
* - elements batch management : element_set page becomes the frontend toplegall2005-04-161-0/+15
| | | | | | | | | | | | | | | | | 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". - refactoring code in admin.php to include the sub-file (clearer) - caddie : function fill_caddie replaces the code in category.php and can be used in admin/element_set.php - caddie : caddie table is added in delete_elements function git-svn-id: http://piwigo.org/svn/trunk@764 68402e56-0260-453c-a942-63ccdbb3a9ee
* - elements batch management : in addition to global mode, a unit mode isplegall2005-04-161-0/+10
| | | | | | | | | | | | 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). * elements batch management : in screen element_set_global, the display options are displayed at the top as in element_set_unit git-svn-id: http://piwigo.org/svn/trunk@763 68402e56-0260-453c-a942-63ccdbb3a9ee
* - functions get_day_list and get_month_list moved from search.php toplegall2005-04-111-0/+11
| | | | | | | | | | | | | include/functions.inc.php : these functions are now also used in admin/element_set_global.php - elements batch management improved : ability to set the number of elements to display per line, ability to set {author, name, creation date} fields, ability to add and remove keywords, ability to take selected elements out of caddie git-svn-id: http://piwigo.org/svn/trunk@762 68402e56-0260-453c-a942-63ccdbb3a9ee
* - apply category name and element name separation in calendar specialplegall2005-03-311-0/+8
| | | | | | | | | | category - change method of counting total number of viewable pictures : pictures linked to more than one category are not counted twice. git-svn-id: http://piwigo.org/svn/trunk@761 68402e56-0260-453c-a942-63ccdbb3a9ee
* - "add to caddie" link is visible only when categories containsplegall2005-03-261-0/+11
| | | | | | | | | | | | elements. Only admin users can see this link - elements batch management : impossible to create a link between category and element that already exists - logical separation of category name under thumbnail and element name git-svn-id: http://piwigo.org/svn/trunk@760 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new way of managing the application versionplegall2005-03-251-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@758 68402e56-0260-453c-a942-63ccdbb3a9ee
* - typo fixed : wrong block name closed in templateplegall2005-03-251-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@756 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new feature : caddie. The purpose is batch management, especiallyplegall2005-03-251-0/+5
| | | | | | | | | | | concerning elements to categories associations. This is the very first release, needs many improvements. - new function : array_from_query. Firstly used by "caddie" feature, it may be useful in many cases. git-svn-id: http://piwigo.org/svn/trunk@755 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
* - new section in README : How to start (in english and french)plegall2005-01-082-0/+32
| | | | git-svn-id: http://piwigo.org/svn/trunk@679 68402e56-0260-453c-a942-63ccdbb3a9ee
* - README documentation updatedplegall2005-01-062-26/+106
| | | | git-svn-id: http://piwigo.org/svn/trunk@673 68402e56-0260-453c-a942-63ccdbb3a9ee
* add GPL license in COPYING file to comply with... GPLz0rglub2004-11-061-0/+340
| | | | git-svn-id: http://piwigo.org/svn/trunk@596 68402e56-0260-453c-a942-63ccdbb3a9ee
* README files moved to doc/READMEz0rglub2004-11-062-0/+76
git-svn-id: http://piwigo.org/svn/trunk@595 68402e56-0260-453c-a942-63ccdbb3a9ee