aboutsummaryrefslogtreecommitdiffstats
path: root/language (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-09-19- dispatch of configurationgweltas2-123/+90
git-svn-id: http://piwigo.org/svn/trunk@527 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-18- new version of create_file_listing.php for future 1.4 branchz0rglub1-0/+21
- 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
2004-09-07Minor bugs correctiongweltas3-7/+11
git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-07- corrects bugs due to deletion of configuration parameters default_lang,z0rglub1-0/+5
default_style (renamed to default_language and default_template), session_keyword - in install.php, corrects bug to deletion of language keys : conf_general_webmaster, conf_general_webmaster_info and renaming of conf_general_mail git-svn-id: http://piwigo.org/svn/trunk@518 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-05deletion of $conf['site_url'] and $conf['forum_url'] and all their usagez0rglub2-5/+3
(thus avoiding the usage of $conf in *.lang.php) git-svn-id: http://piwigo.org/svn/trunk@516 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-09-03- in admin/configuration, add new step with "sections" (general, comments,z0rglub2-71/+116
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
2004-09-01- new special category : random picturesz0rglub1-2/+4
- reorganisation of special categories menu : template is used only for template. A special category is presented as the template tells to do so. - favorites becomes just another special category - bug correction for best rated category : wrong MySQL query if user has forbidden categories (see include/functions_category.inc.php diff) git-svn-id: http://piwigo.org/svn/trunk@510 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-31Template migration : picture_modify.phpgweltas1-11/+12
git-svn-id: http://piwigo.org/svn/trunk@509 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-30add rating featurez0rglub1-1/+9
git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-29Migration of the template of images_infos.phpgweltas1-28/+26
git-svn-id: http://piwigo.org/svn/trunk@506 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-29Call to get_plain_structure() replaced by a call to get_user_plain_structure()gweltas1-27/+26
git-svn-id: http://piwigo.org/svn/trunk@499 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-29simplier display of update result :z0rglub1-2/+4
- 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
2004-08-25- Deletion of obsolete functions in the administrative partgweltas1-9/+7
- Repair of virtual category management git-svn-id: http://piwigo.org/svn/trunk@496 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-25"show metadata" feature added : you can ask to show metadata (EXIF and IPTC)z0rglub2-0/+7
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
2004-08-21- add files metadata support : use info for database fieldsz0rglub1-0/+6
- distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-08-05non picture files managementz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@470 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-07-27add localized name for datefields in search formz0rglub1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@462 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-07-26added more items for new search formz0rglub1-1/+19
git-svn-id: http://piwigo.org/svn/trunk@457 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-07-09replacement of short_period and long_period by recent_periodz0rglub2-6/+4
git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-06-18new category added : recent_catsz0rglub1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@439 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-06-16replace recent category by recent_pics (to have a difference withz0rglub1-3/+3
recent_cats) git-svn-id: http://piwigo.org/svn/trunk@433 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-06-15- adds calendar categoryz0rglub1-2/+4
- add "specials" categories instead of statistics git-svn-id: http://piwigo.org/svn/trunk@430 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-31- Category upload admin control panelgweltas2-87/+87
git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-27- Split of infos.lang.phpgweltas1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@400 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-27- Split of infos.lang.phpgweltas3-96/+8
git-svn-id: http://piwigo.org/svn/trunk@398 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-26- Template migrationgweltas2-131/+159
- Admin Control Panel migration - Category management git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-03-20- Template migrationgweltas2-41/+96
- Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-26New default template - User sidegweltas1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-22Template migrationgweltas2-1/+1
git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-20Migration of installation proceduregweltas3-7/+13
git-svn-id: http://piwigo.org/svn/trunk@367 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-19Split of langage filesgweltas5-560/+649
git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-11header global refactoringz0rglub1-18/+26
git-svn-id: http://piwigo.org/svn/trunk@362 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-11other translation than french and english should not be in BSFz0rglub7-4001/+0
git-svn-id: http://piwigo.org/svn/trunk@361 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-07Template modificationgweltas1-556/+0
Split of the french language file git-svn-id: http://piwigo.org/svn/trunk@351 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-02-02Merge of the 1.3.1 releasegweltas9-7/+4020
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
2003-11-03Modifications linked to the move of install.php to the root directory of ↵z0rglub2-16/+18
PhpWebGallery git-svn-id: http://piwigo.org/svn/trunk@229 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Display a message of warning if file admin/install.php is still presentz0rglub2-0/+2
after install. git-svn-id: http://piwigo.org/svn/trunk@202 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-12Display a message linked to the help forum during the installz0rglub2-1/+2
git-svn-id: http://piwigo.org/svn/trunk@200 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-11More precise message about upload authorizationz0rglub2-3/+3
git-svn-id: http://piwigo.org/svn/trunk@197 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-08cleaning presentation, no other comment than "new or modified in releasez0rglub1-369/+170
1.3" git-svn-id: http://piwigo.org/svn/trunk@187 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-08replacing "new in release" by "new or modified in release"z0rglub1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@186 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-08cleaning presentation, no other comment than "new in release 1.3"z0rglub1-73/+23
git-svn-id: http://piwigo.org/svn/trunk@185 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Display a message to update the database after validating uploaded picturesz0rglub2-0/+4
git-svn-id: http://piwigo.org/svn/trunk@177 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Add $lang['menu_login']z0rglub2-1/+3
git-svn-id: http://piwigo.org/svn/trunk@176 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-05Use right french word for "update"z0rglub1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@173 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-10-04Adding a page for non admin to see last users commentsz0rglub2-4/+6
git-svn-id: http://piwigo.org/svn/trunk@166 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-22Filename must use the same characters as the directoriesz0rglub2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@160 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-20Add a message to inform that only private categories can have access rightsz0rglub2-0/+2
git-svn-id: http://piwigo.org/svn/trunk@146 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-20Release 1.3betaz0rglub1-53/+152
git-svn-id: http://piwigo.org/svn/trunk@142 68402e56-0260-453c-a942-63ccdbb3a9ee
2003-09-20conf_default_maxheight_info and conf_default_maxwidth_info added (they hadz0rglub1-1/+3
been forgotten) git-svn-id: http://piwigo.org/svn/trunk@139 68402e56-0260-453c-a942-63ccdbb3a9ee