aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Change of the picture page behavior to be able to open the full size image ↵gweltas2004-10-014-22/+15
| | | | | | | | | | 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
* add support of a third size picture in "high" sub-directoryz0rglub2004-09-241-0/+7
| | | | 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-233-1/+35
| | | | | | | | | | 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
* - Small update of category.tplgweltas2004-09-231-3/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@533 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Delivery of french translation in order to test i18ngweltas2004-09-232-0/+0
| | | | | | | | - 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
* - New template for picture.tplgweltas2004-09-2310-150/+200
| | | | | | | - Creation of a menu bar in the picture display git-svn-id: http://piwigo.org/svn/trunk@531 68402e56-0260-453c-a942-63ccdbb3a9ee
* - huge refactoring of admin/configuration.php (reminder : tabs in code arez0rglub2004-09-201-2/+2
| | | | | | | | | | | | | | forbidden, only blank spaces are allowed) - in admin panel, remote site management is in "general" section and not in "configuration" section - when retrieving languages, the array keys must be the language code and not its display name (because 2 language codes might have the same display name) git-svn-id: http://piwigo.org/svn/trunk@528 68402e56-0260-453c-a942-63ccdbb3a9ee
* - dispatch of configurationgweltas2004-09-193-85/+217
| | | | 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-183-2/+82
| | | | | | | | | | - 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-113-146/+134
| | | | git-svn-id: http://piwigo.org/svn/trunk@520 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor bugs correctiongweltas2004-09-071-0/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@519 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
* deletion of $conf['site_url'] and $conf['forum_url'] and all their usagez0rglub2004-09-051-1/+1
| | | | | | | (thus avoiding the usage of $conf in *.lang.php) git-svn-id: http://piwigo.org/svn/trunk@516 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug correction : when coming from picture.php on a picture of category.phpz0rglub2004-09-041-3/+15
| | | | | | | | | | | page superior to the first, the right page was displayed (the one including the element) but the navigation bar was always saying we were on the first page - distinguish CSS classes span.dateSelected and span.pageNumberSelected git-svn-id: http://piwigo.org/svn/trunk@514 68402e56-0260-453c-a942-63ccdbb3a9ee
* - in admin/configuration, add new step with "sections" (general, comments,z0rglub2004-09-033-250/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-8/+3
| | | | | | | | | | | | | - 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-312-107/+92
| | | | git-svn-id: http://piwigo.org/svn/trunk@509 68402e56-0260-453c-a942-63ccdbb3a9ee
* add rating featurez0rglub2004-08-302-1/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@507 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
* corrects a bug in language item choicez0rglub2004-08-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@501 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplier display of update result :z0rglub2004-08-292-2/+18
| | | | | | | | | | | - 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-252-0/+44
| | | | | | | | 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
* new CSS classes : menuCategorySelected and menuCategoryNotSelectedz0rglub2004-08-061-1/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@479 68402e56-0260-453c-a942-63ccdbb3a9ee
* menu categories managed as list itemsz0rglub2004-08-061-10/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@478 68402e56-0260-453c-a942-63ccdbb3a9ee
* first revisionz0rglub2004-08-055-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@473 68402e56-0260-453c-a942-63ccdbb3a9ee
* - non picture files management (adds a "download" block)z0rglub2004-08-051-5/+8
| | | | | | | | - template vars for blocks legend, previous and next returns to this blocks and are no longer global git-svn-id: http://piwigo.org/svn/trunk@472 68402e56-0260-453c-a942-63ccdbb3a9ee
* copyright information are displayed on a single linez0rglub2004-08-051-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@471 68402e56-0260-453c-a942-63ccdbb3a9ee
* new search form : finer search, on each field independantlyz0rglub2004-07-261-15/+113
| | | | git-svn-id: http://piwigo.org/svn/trunk@458 68402e56-0260-453c-a942-63ccdbb3a9ee
* replacement of short_period and long_period by recent_periodz0rglub2004-07-092-20/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
* first addition : copied from old new_short.gifz0rglub2004-06-291-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@451 68402e56-0260-453c-a942-63ccdbb3a9ee
* deletion of new_long.gif new_short.gif replaced by a single recent.gifz0rglub2004-06-292-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@450 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 new CSS classes : span.thumb_picture and span.thumb_category. They arez0rglub2004-06-251-0/+8
| | | | | | | used for thumbnails names. git-svn-id: http://piwigo.org/svn/trunk@446 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new possibility to add a bullet before the name of each thumbnail simplyz0rglub2004-06-251-1/+4
| | | | | | | | | by adding a block thumbnails.line.thumbnail.bullet - adds a CSS class for the name of the thumbnail git-svn-id: http://piwigo.org/svn/trunk@445 68402e56-0260-453c-a942-63ccdbb3a9ee
* new category added : recent_catsz0rglub2004-06-181-0/+1
| | | | 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-1/+1
| | | | | | | recent_cats) git-svn-id: http://piwigo.org/svn/trunk@433 68402e56-0260-453c-a942-63ccdbb3a9ee
* new CSS style "span.selected"z0rglub2004-06-151-0/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@432 68402e56-0260-453c-a942-63ccdbb3a9ee
* - special categories rewrittenz0rglub2004-06-151-10/+12
| | | | | | | | | | | | | | | - favorite menu link rewritten - replace image alt attribute representing bullets by a "&gt;" - add block for calendar navigation - deletes category information at the bottom of the page - use CSS style "selected" git-svn-id: http://piwigo.org/svn/trunk@431 68402e56-0260-453c-a942-63ccdbb3a9ee
* no more underline for a:hoverz0rglub2004-05-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@424 68402e56-0260-453c-a942-63ccdbb3a9ee
* no more use of clickable bullet with categories in the menuz0rglub2004-05-281-22/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@422 68402e56-0260-453c-a942-63ccdbb3a9ee
* initial importz0rglub2004-04-011-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@411 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Category upload admin control panelgweltas2004-03-316-118/+101
| | | | git-svn-id: http://piwigo.org/svn/trunk@403 68402e56-0260-453c-a942-63ccdbb3a9ee
* html code refactoringz0rglub2004-03-292-23/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@401 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-2613-449/+223
| | | | | | | | - Admin Control Panel migration - Category management git-svn-id: http://piwigo.org/svn/trunk@394 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Template migrationgweltas2004-03-2042-1231/+1124
| | | | | | | | - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplification of number of sub-categories shown in the menuz0rglub2004-03-051-4/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@388 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug correction : prefix for table was not used even if filled in formz0rglub2004-03-031-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@380 68402e56-0260-453c-a942-63ccdbb3a9ee
* New default template - User sidegweltas2004-02-2612-374/+241
| | | | git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee
* deleting last empty lines that created error for redirectionsz0rglub2004-02-231-2/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@370 68402e56-0260-453c-a942-63ccdbb3a9ee