aboutsummaryrefslogtreecommitdiffstats
path: root/language (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Change of the picture page behavior to be able to open the full size image ↵gweltas2004-10-012-7/+4
| | | | | | | | | | 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
* add support of a third size picture in "high" sub-directoryz0rglub2004-09-241-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@536 68402e56-0260-453c-a942-63ccdbb3a9ee
* - (re)added feature : in remote site management, if a listing.xml file isz0rglub2004-09-231-3/+6
| | | | | | | | | | 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
* - Delivery of french translation in order to test i18ngweltas2004-09-237-53/+861
| | | | | | | | - Deletion of collapsed & expanded gifs (obsoletes) - Creation of faq language file for further writing of a end user-oriented FAQ git-svn-id: http://piwigo.org/svn/trunk@532 68402e56-0260-453c-a942-63ccdbb3a9ee
* - commenting unused function guess_langz0rglub2004-09-202-3/+3
| | | | | | | | | | | | | - code refactoring (commenting, code conventions) - reorganize variable init in install.php avoiding "undefined constant" in languages files - PhpWebGallery site and forum URL are not variables anymore, only text in language file git-svn-id: http://piwigo.org/svn/trunk@529 68402e56-0260-453c-a942-63ccdbb3a9ee
* - dispatch of configurationgweltas2004-09-192-123/+90
| | | | 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/+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
* Minor bugs correctiongweltas2004-09-073-7/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
* - corrects bugs due to deletion of configuration parameters default_lang,z0rglub2004-09-071-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
* deletion of $conf['site_url'] and $conf['forum_url'] and all their usagez0rglub2004-09-052-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
* - in admin/configuration, add new step with "sections" (general, comments,z0rglub2004-09-032-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
* - new special category : random picturesz0rglub2004-09-011-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
* Template migration : picture_modify.phpgweltas2004-08-311-11/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@509 68402e56-0260-453c-a942-63ccdbb3a9ee
* add rating featurez0rglub2004-08-301-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@507 68402e56-0260-453c-a942-63ccdbb3a9ee
* Migration of the template of images_infos.phpgweltas2004-08-291-28/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@506 68402e56-0260-453c-a942-63ccdbb3a9ee
* Call to get_plain_structure() replaced by a call to get_user_plain_structure()gweltas2004-08-291-27/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@499 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplier display of update result :z0rglub2004-08-291-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
* - Deletion of obsolete functions in the administrative partgweltas2004-08-251-9/+7
| | | | | | | - Repair of virtual category management git-svn-id: http://piwigo.org/svn/trunk@496 68402e56-0260-453c-a942-63ccdbb3a9ee
* "show metadata" feature added : you can ask to show metadata (EXIF and IPTC)z0rglub2004-08-252-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
* - add files metadata support : use info for database fieldsz0rglub2004-08-211-0/+6
| | | | | | | - distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@486 68402e56-0260-453c-a942-63ccdbb3a9ee
* non picture files managementz0rglub2004-08-051-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@470 68402e56-0260-453c-a942-63ccdbb3a9ee
* add localized name for datefields in search formz0rglub2004-07-271-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@462 68402e56-0260-453c-a942-63ccdbb3a9ee
* added more items for new search formz0rglub2004-07-261-1/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@457 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of short_period and long_period by recent_periodz0rglub2004-07-092-6/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
* new category added : recent_catsz0rglub2004-06-181-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@439 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace recent category by recent_pics (to have a difference withz0rglub2004-06-161-3/+3
| | | | | | | recent_cats) git-svn-id: http://piwigo.org/svn/trunk@433 68402e56-0260-453c-a942-63ccdbb3a9ee
* - adds calendar categoryz0rglub2004-06-151-2/+4
| | | | | | | - add "specials" categories instead of statistics git-svn-id: http://piwigo.org/svn/trunk@430 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Category upload admin control panelgweltas2004-03-312-87/+87
| | | | git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Split of infos.lang.phpgweltas2004-03-271-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@400 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Split of infos.lang.phpgweltas2004-03-273-96/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@398 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-262-131/+159
| | | | | | | | - Admin Control Panel migration - Category management git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-202-41/+96
| | | | | | | | - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
* New default template - User sidegweltas2004-02-261-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee
* Template migrationgweltas2004-02-222-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
* Migration of installation proceduregweltas2004-02-203-7/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@367 68402e56-0260-453c-a942-63ccdbb3a9ee
* Split of langage filesgweltas2004-02-195-560/+649
| | | | git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
* header global refactoringz0rglub2004-02-111-18/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@362 68402e56-0260-453c-a942-63ccdbb3a9ee
* other translation than french and english should not be in BSFz0rglub2004-02-117-4001/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@361 68402e56-0260-453c-a942-63ccdbb3a9ee
* Template modificationgweltas2004-02-071-556/+0
| | | | | | | Split of the french language file git-svn-id: http://piwigo.org/svn/trunk@351 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge of the 1.3.1 releasegweltas2004-02-029-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
* Modifications linked to the move of install.php to the root directory of ↵z0rglub2003-11-032-16/+18
| | | | | | PhpWebGallery git-svn-id: http://piwigo.org/svn/trunk@229 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message of warning if file admin/install.php is still presentz0rglub2003-10-122-0/+2
| | | | | | | after install. git-svn-id: http://piwigo.org/svn/trunk@202 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message linked to the help forum during the installz0rglub2003-10-122-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@200 68402e56-0260-453c-a942-63ccdbb3a9ee
* More precise message about upload authorizationz0rglub2003-10-112-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@197 68402e56-0260-453c-a942-63ccdbb3a9ee
* cleaning presentation, no other comment than "new or modified in releasez0rglub2003-10-081-369/+170
| | | | | | | 1.3" git-svn-id: http://piwigo.org/svn/trunk@187 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacing "new in release" by "new or modified in release"z0rglub2003-10-081-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@186 68402e56-0260-453c-a942-63ccdbb3a9ee
* cleaning presentation, no other comment than "new in release 1.3"z0rglub2003-10-081-73/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@185 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display a message to update the database after validating uploaded picturesz0rglub2003-10-052-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@177 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add $lang['menu_login']z0rglub2003-10-052-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@176 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use right french word for "update"z0rglub2003-10-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@173 68402e56-0260-453c-a942-63ccdbb3a9ee