aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - checkbox for "remember me" are only shown if authorizedz0rglub2004-10-061-5/+0
| | | | | | | | | | | | | | - simplification : each session is created with a cookie and if PhpWebGallery can't read the cookie, it uses the URI id and it will be used in the add_session_id function. - configuration parameter "auth_method" disappeared (didn't lived much...) - only one session id size possible. More comments for configuration in include/config.inc.php git-svn-id: http://piwigo.org/svn/trunk@555 68402e56-0260-453c-a942-63ccdbb3a9ee
* - deletion of session_time and session_id_size as config parameterz0rglub2004-10-021-9/+6
| | | | | | | | | | | | - new feature : "remember me" creates a long time cookie - possibility to set the default authentication method to URI or cookie - really technical parameters (session identifier size, session duration) are set in the config file and not in database + configuration.php git-svn-id: http://piwigo.org/svn/trunk@541 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Change of the picture page behavior to be able to open the full size image ↵gweltas2004-10-011-2/+2
| | | | | | | | | | in a new window - Minor modification for template migration - Rename of script.js in scripts.js git-svn-id: http://piwigo.org/svn/trunk@539 68402e56-0260-453c-a942-63ccdbb3a9ee
* -First draft of history displaygweltas2004-09-262-83/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@537 68402e56-0260-453c-a942-63ccdbb3a9ee
* - (re)added feature : in remote site management, if a listing.xml file isz0rglub2004-09-232-1/+11
| | | | | | | | | | found at PhpWebGallery root directory, it can be used to update a remote site - size and maxlength of prefix_thumbnail in admin/configuration are 10 git-svn-id: http://piwigo.org/svn/trunk@534 68402e56-0260-453c-a942-63ccdbb3a9ee
* - dispatch of configurationgweltas2004-09-191-43/+205
| | | | git-svn-id: http://piwigo.org/svn/trunk@527 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new version of create_file_listing.php for future 1.4 branchz0rglub2004-09-181-0/+61
| | | | | | | | | | - new feature : remote site management (generate listing, update, clean, delete) - on category page, no display of filesize if info not available in database git-svn-id: http://piwigo.org/svn/trunk@526 68402e56-0260-453c-a942-63ccdbb3a9ee
* waiting tpl migrationgweltas2004-09-112-42/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@520 68402e56-0260-453c-a942-63ccdbb3a9ee
* - adjustements on length fieldsz0rglub2004-09-051-1/+1
| | | | | | | - usage of predefined values for nb_image_line and nb_line_page git-svn-id: http://piwigo.org/svn/trunk@517 68402e56-0260-453c-a942-63ccdbb3a9ee
* - in admin/configuration, add new step with "sections" (general, comments,z0rglub2004-09-031-236/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | default, upload, metadata, sessions) - admin/configuration.php and its template have been higly simplificated by making things more generic : for example, for each configuration parameter, its name must correspond to the name we find in the config table and belongs to a section, in the lang array we find : - $lang['conf_<section>_<param>'] - $lang['conf_<section>_<param>_info'] - $lang['conf_<section>_<param>_error'] optionnaly - more described message when connection to database server is impossible - redefinitions of get_languages and get_templates functions - deletion of configuration parameters : webmaster, session_keyword - rename of configuration parameters : - default_lang => default_language - default_style => default_template git-svn-id: http://piwigo.org/svn/trunk@512 68402e56-0260-453c-a942-63ccdbb3a9ee
* Template migration : picture_modify.phpgweltas2004-08-312-107/+92
| | | | git-svn-id: http://piwigo.org/svn/trunk@509 68402e56-0260-453c-a942-63ccdbb3a9ee
* Migration of the template of images_infos.phpgweltas2004-08-292-106/+97
| | | | git-svn-id: http://piwigo.org/svn/trunk@506 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplier display of update result :z0rglub2004-08-291-2/+6
| | | | | | | | | | | - number of new categories - number of new elements - number of deleted categories - number of deleted elements - only errors are fully listed git-svn-id: http://piwigo.org/svn/trunk@498 68402e56-0260-453c-a942-63ccdbb3a9ee
* "show metadata" feature added : you can ask to show metadata (EXIF and IPTC)z0rglub2004-08-251-0/+20
| | | | | | | | on picture.php page. Metadata read functions were moved from admin/include/functions_metadata.php to include/functions_metadata.inc.php git-svn-id: http://piwigo.org/svn/trunk@493 68402e56-0260-453c-a942-63ccdbb3a9ee
* - add files metadata support : use info for database fieldsz0rglub2004-08-212-3/+35
| | | | | | | - distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of short_period and long_period by recent_periodz0rglub2004-07-091-7/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Category upload admin control panelgweltas2004-03-313-89/+94
| | | | git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-268-210/+128
| | | | | | | | - Admin Control Panel migration - Category management git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-2015-466/+505
| | | | | | | | - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge of the 1.3.1 releasegweltas2004-02-027-54/+43
| | | | | | | | | Creation of an unique include file (common.php) Creation of an unique define file (include/constants.php) Modification of the installation procedure git-svn-id: http://piwigo.org/svn/trunk@345 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modifying ../template in ./template since admin.php has moved to the ↵z0rglub2003-11-0312-25/+25
| | | | | | PhpWebGallery root directory git-svn-id: http://piwigo.org/svn/trunk@227 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move template/default/admin/install.vtp to template/default/install.vtpz0rglub2003-11-021-254/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@222 68402e56-0260-453c-a942-63ccdbb3a9ee
* Move template/default/admin/admin.vtp to template/default/admin.vtpz0rglub2003-11-021-221/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@221 68402e56-0260-453c-a942-63ccdbb3a9ee
* Menu entries are displayed in a single line at the top of the admin panelz0rglub2003-10-261-17/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@216 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message linked to the help forumz0rglub2003-10-122-0/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@199 68402e56-0260-453c-a942-63ccdbb3a9ee
* When reordering a category, the page comes back with the top aligned withz0rglub2003-10-121-4/+5
| | | | | | | the moved category git-svn-id: http://piwigo.org/svn/trunk@198 68402e56-0260-453c-a942-63ccdbb3a9ee
* Show a link to open or close a day details (only the arrow at the beginningz0rglub2003-10-111-0/+1
| | | | | | | of the line was not enough). git-svn-id: http://piwigo.org/svn/trunk@195 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message to update the database after validating uploaded picturesz0rglub2003-10-051-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@177 68402e56-0260-453c-a942-63ccdbb3a9ee
* Webmaster mustn't have his status modifiedz0rglub2003-10-051-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@171 68402e56-0260-453c-a942-63ccdbb3a9ee
* The generation of mail address works back. Since the add of another form onz0rglub2003-09-241-3/+3
| | | | | | | | | the same page, it didn't work, because, when adding a new user and no errors, the $_POST was cleaned, but made no differences between the 2 forms... git-svn-id: http://piwigo.org/svn/trunk@164 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use prefixeTable instead of prefix_table to be compliant with previousz0rglub2003-09-211-1/+1
| | | | | | | releases git-svn-id: http://piwigo.org/svn/trunk@156 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add a message to inform that only private categories can have access rightsz0rglub2003-09-202-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@146 68402e56-0260-453c-a942-63ccdbb3a9ee
* Deleting a useless question markz0rglub2003-09-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@145 68402e56-0260-453c-a942-63ccdbb3a9ee
* A category can have its representative picturez0rglub2003-09-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@133 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve form elements dispositionz0rglub2003-09-171-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@132 68402e56-0260-453c-a942-63ccdbb3a9ee
* Moving comments CSS style from comments.vtp to admin.vtpz0rglub2003-09-152-43/+42
| | | | git-svn-id: http://piwigo.org/svn/trunk@116 68402e56-0260-453c-a942-63ccdbb3a9ee
* Using right charset tagz0rglub2003-09-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@107 68402e56-0260-453c-a942-63ccdbb3a9ee
* Adding a small form to add users, instead of user_add.vtpz0rglub2003-09-141-0/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@101 68402e56-0260-453c-a942-63ccdbb3a9ee
* Form to add a group is placed on the top, to be the same presentation asz0rglub2003-09-141-7/+11
| | | | | | | categories page git-svn-id: http://piwigo.org/svn/trunk@100 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removing user_add.vtp, this file is replaced by a small form in user_list.vtpz0rglub2003-09-141-58/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@96 68402e56-0260-453c-a942-63ccdbb3a9ee
* Step2 OKz0rglub2003-09-141-0/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@94 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Release 1.3 stylez0rglub2003-09-141-0/+206
| | | | | | | - step 0 and step 1 OK git-svn-id: http://piwigo.org/svn/trunk@91 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use of arrow_select instead of arrow_upz0rglub2003-09-073-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@74 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for showing what to selectz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@73 68402e56-0260-453c-a942-63ccdbb3a9ee
* In category management page, picture to place a category in the last ↵z0rglub2003-09-071-0/+0
| | | | | | position among the categories of the same level git-svn-id: http://piwigo.org/svn/trunk@72 68402e56-0260-453c-a942-63ccdbb3a9ee
* In category management page, picture to place a category in the first ↵z0rglub2003-09-071-0/+0
| | | | | | position among the categories of the same level git-svn-id: http://piwigo.org/svn/trunk@71 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for decreasing the rank of a categoryz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@70 68402e56-0260-453c-a942-63ccdbb3a9ee
* Picture used for increasing the rank of a categoryz0rglub2003-09-071-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@69 68402e56-0260-453c-a942-63ccdbb3a9ee
* Virtual categories managementz0rglub2003-09-072-16/+76
| | | | git-svn-id: http://piwigo.org/svn/trunk@68 68402e56-0260-453c-a942-63ccdbb3a9ee
* Multi categories for the same picturez0rglub2003-08-303-3/+121
| | | | git-svn-id: http://piwigo.org/svn/trunk@61 68402e56-0260-453c-a942-63ccdbb3a9ee