aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smaller font-size and, as requested, fonts more like 1.4chrisaga2005-10-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee
* display : in group_list.tpl - wrong form class, mixed html tags, ...chrisaga2005-10-174-9/+13
| | | | | | | | display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee
* * new: history details by month,dayvolcom2005-10-171-1/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
* Changed "ul.categoryActions>li" into "ul.categoryActions li".chrisaga2005-10-161-1/+1
| | | | | | | The first one is the right syntax but IE can't eat that so the display of the tools in the title bar was buggy (vertical instead of horizontal) git-svn-id: http://piwigo.org/svn/trunk@893 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix quickconnect form misalignementchrisaga2005-10-162-17/+32
| | | | git-svn-id: http://piwigo.org/svn/trunk@892 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: localized labels in Administration>Pictures>Caddieplegall2005-10-151-28/+28
| | | | | | | | | - translation: bug fixed on special categories title in French - translation: all help pages were translated in french git-svn-id: http://piwigo.org/svn/trunk@889 68402e56-0260-453c-a942-63ccdbb3a9ee
* separation horizontal rule required when configuration parameter ↵plegall2005-10-151-0/+1
| | | | | | show_picture_name_on_title is set to false git-svn-id: http://piwigo.org/svn/trunk@888 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change the image title to <H2> since <H1> is the galery titlechrisaga2005-10-152-4/+5
| | | | | | | Plus it makes the image title header smaller wich is a good thing for users with regular sized screens git-svn-id: http://piwigo.org/svn/trunk@887 68402e56-0260-453c-a942-63ccdbb3a9ee
* kill bug 0000170: class="thumbLink"chrisaga2005-10-152-2/+12
| | | | | | | moved inline style declaration to css git-svn-id: http://piwigo.org/svn/trunk@886 68402e56-0260-453c-a942-63ccdbb3a9ee
* kill bug 0000146: Image Nouveauchrisaga2005-10-151-1/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@885 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: configuration parameters gallery_title andplegall2005-10-071-0/+10
| | | | | | | | | | | | gallery_description are GUI managed in Administration>Configuration>General - bug fixed: configuration parameters (use|show)_(exif|iptc) and authorize_remembering should have been deleted from config table some time ago. git-svn-id: http://piwigo.org/svn/trunk@882 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: mass virtual categories movement manager inplegall2005-10-072-0/+41
| | | | | | | Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 158 fixed: display error on "double selects" screens (with MSIE,plegall2005-09-261-2/+3
| | | | | | | strange behavior). VDigital modification optimizes width usage :-) git-svn-id: http://piwigo.org/svn/trunk@878 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: HTML error on nested UL in categories menu.plegall2005-09-251-2/+8
| | | | | | | | | | - bug 161 fixed: guest_id not taken into account for history table insert. - bug 164 fixed: category inserted in history table becomes too long if HTML tags are kept. git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 151 fixed: default maxheight was not proposed as "set to" option inplegall2005-09-211-1/+1
| | | | | | | admin/user_list git-svn-id: http://piwigo.org/svn/trunk@874 68402e56-0260-453c-a942-63ccdbb3a9ee
* - update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not availableplegall2005-09-201-0/+3
| | | | | | | | | | | | | | anymore. - update: README files updated for very near branch 1.5 :-) - new: file tools/config_local.inc.php as example for optional include/config_local.inc.php - bug fixed: configuration parameter show_picture_name_on_title was useless git-svn-id: http://piwigo.org/svn/trunk@870 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 107 fixed: crash when logging visit on a category containing "'"plegall2005-09-181-12/+11
| | | | | | | | | character. Correction reported from branch 1.4 - bug fixed: in admin/stats, incorrect SQL queries gave no result. git-svn-id: http://piwigo.org/svn/trunk@868 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new: automatic new password sent by mail when requested by userplegall2005-09-185-0/+55
| | | | git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement: long localized messages are in HTML files instead of $langplegall2005-09-1411-89/+88
| | | | | | | | | | | | | | | | | | | | array. This is the case of admin/help and about pages. - deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists, check_date_format, date_convert, get_category_directories, get_used_metadata_list, array_remove, pwg_write_debug, get_group_restrictions, get_all_group_restrictions, is_group_allowed, style_select, deprecated_getAttribute). - new: many new contextual help pages to replace descriptions previously included in pages. - modification: reorganisation of language files. Deletion of unused language keys, alphabetical sort. No faq.lang.php anymore (replaced by help.html). Only done for en_UK.iso-8859-1. git-svn-id: http://piwigo.org/svn/trunk@862 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : no display of first added element date in admin/intro if noplegall2005-09-031-1/+4
| | | | | | | element in the gallery. git-svn-id: http://piwigo.org/svn/trunk@861 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-09-037-20/+20
| | | | | | | | | | - yoga template used for installation and by default in user_infos table - adaptation of yoga template to itself (no use of icons from template default) git-svn-id: http://piwigo.org/svn/trunk@860 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new : template yoga, made by yoDan, helped by chrisaga for integrationplegall2005-09-03215-3827/+25
| | | | | | | becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification : less configuration parameters in administrationplegall2005-09-0317-229/+221
| | | | | | | | | | | | | | | | | | | screen. These parameters are move to include/config_default.inc.php. - new : ability to add a single picture to caddie from picture.php - new : contextual help, only a few pages are available. - new : ability to delete users from admin/user_list - modification : reorganization of configuration file - new : configuration parameter use_exif_mapping - improvement : MOD hidemail added to standard git-svn-id: http://piwigo.org/svn/trunk@858 68402e56-0260-453c-a942-63ccdbb3a9ee
* Removed the hack for top alignement in Geko : too hugly :-(chrisaga2005-08-301-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@857 68402e56-0260-453c-a942-63ccdbb3a9ee
* Litle hack to make Geko align thumbnails on topchrisaga2005-08-291-0/+5
| | | | | | | Smaller font for thumbnails legend (less wrapping for long category names) git-svn-id: http://piwigo.org/svn/trunk@856 68402e56-0260-453c-a942-63ccdbb3a9ee
* New thubmnails layout in category based on the "girafe" pages by yoDanchrisaga2005-08-292-67/+65
| | | | git-svn-id: http://piwigo.org/svn/trunk@855 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-08-276-97/+198
| | | | | | | | | | | | | | | | | | | | | | | | - adds PHPWG_ROOT_PATH to form action in identification.php - adds link to home on identification.php - avoid using language_select and template_select in profile.php (maybe these functions becom obsolete) - [template cclear] solution #3 from http://forum.phpwebgallery.net/viewtopic.php?pid=21443#p21443 : adds the fix on min-height. - [template cclear] new FORM class : properties. Used in identification, profile, register. - [template cclear] deletion of now useless DIV.formbox - [template cclear] footer update : link to phpwebgallery website and not pierrick email. git-svn-id: http://piwigo.org/svn/trunk@854 68402e56-0260-453c-a942-63ccdbb3a9ee
* add page titlechrisaga2005-08-261-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@853 68402e56-0260-453c-a942-63ccdbb3a9ee
* as discussed with z0rglub, increase #menubar width to 22em in #theAdminPagechrisaga2005-08-262-2/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@852 68402e56-0260-453c-a942-63ccdbb3a9ee
* new titlechrisaga2005-08-261-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@851 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new : HTML BODY identifier to let CSS stylesheets manage specificplegall2005-08-2527-367/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behaviour. - deletion : admin/search useless - improvement : in admin/user_list, special behaviour for true/false fields (expand, show_comments) - new : gallery_title and gallery_description are displayed at the top of each page. - improvement : simplification in HTML for categories menu. - improvement : standardization of presentation in all public pages (identification, registration, search, profile, notification, comments, etc.) (not in ChangeLog, below this line) - add forgotten notification.php (should have been added in a previous commit) - [template cclear] deletion of useless class .bouton - [template cclear] for test purpose, new presentation of register page (using FORM.filter) - [template cclear] adaptation of admin/group_list from template default - [template cclear] deletion of obsolete admin/infos_images - [template cclear] deletion of obsolete admin/search_username - [template cclear] new icon register.png git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
* - deletion : no mail notification anymore. Feature replaced by RSS feedplegall2005-08-243-50/+59
| | | | | | | | | | | | notification. - improvement : on waiting pictures management. Ability to validate all or reject all in one clic. - regrouped fields in admin/update git-svn-id: http://piwigo.org/svn/trunk@849 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification : adaptation of template variables and blocks in commentsplegall2005-08-216-44/+168
| | | | | | | | | | | | | | | | | | | page to display comment by comment instead of picture by picture. - [template cclear] comments.tpl copied and adapted from template default. Return to home new icon. As asked by chrisaga, special id #commentsPage in comments.tpl to set the #content margin-left to 0 (since no #menubar to display). - [template cclear] FORM.filter rules taken from template default (these rules have been written some time ago by yoDan. - [template cclear] bug fixed on #theImage : display:block must be used only on IMG and not on the P>A (yes, in BSF you can have HTML in picture and categories descriptions) git-svn-id: http://piwigo.org/svn/trunk@848 68402e56-0260-453c-a942-63ccdbb3a9ee
* - new way to display picture informations (template variables instead ofplegall2005-08-215-34/+80
| | | | | | | | | | | | | | | | | | | | | | | | template generic blocks) - new color for A:hover and its solid border-bottom, dotted border-bottom for A (same color as link color) - background color and border color for form input fields (input, select, textarea) to accentuate contrast with page background. - clear:both on #imageHeaderBar H1 let it be center on page - in infoTable keys are right aligned and values are left aligned (more beautiful, isn't it?) - add "set as representative" button to cclear template in picture.tpl. representative.png picture taken from Gorilla theme. - invisible horizontal rule on picture.tpl to separate user comments from the beginning of the page git-svn-id: http://piwigo.org/svn/trunk@847 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix missing </ul>chrisaga2005-08-211-0/+1
| | | | | | | Now it validates against HTML 4.01 strict git-svn-id: http://piwigo.org/svn/trunk@846 68402e56-0260-453c-a942-63ccdbb3a9ee
* The best thumbnail pseudo table I can do for nowchrisaga2005-08-212-33/+54
| | | | | | | | | It's div based and informations are in a list The hack is to fix height for Geko only Opera 7 doesn't display very well git-svn-id: http://piwigo.org/svn/trunk@845 68402e56-0260-453c-a942-63ccdbb3a9ee
* Cleared rules for DIV#the_page, and provided a explanation: this DIV existsyodan2005-08-211-3/+1
| | | | | | | "just in case another template needs an inner frame" (sic). git-svn-id: http://piwigo.org/svn/trunk@844 68402e56-0260-453c-a942-63ccdbb3a9ee
* categories are looking betterchrisaga2005-08-203-22/+49
| | | | git-svn-id: http://piwigo.org/svn/trunk@843 68402e56-0260-453c-a942-63ccdbb3a9ee
* new (from default template)chrisaga2005-08-201-0/+26
| | | | git-svn-id: http://piwigo.org/svn/trunk@842 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix titlechrisaga2005-08-204-31/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@841 68402e56-0260-453c-a942-63ccdbb3a9ee
* replace osolete cat_prm.vtp with cat_perm.tplchrisaga2005-08-202-48/+60
| | | | git-svn-id: http://piwigo.org/svn/trunk@840 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : dedicated page for user comments validation/reject inplegall2005-08-202-0/+65
| | | | | | | | administration. (screen is not shared with public part of the gallery). Ability to validate all or reject all in one clic. git-svn-id: http://piwigo.org/svn/trunk@839 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix images pathchrisaga2005-08-191-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@838 68402e56-0260-453c-a942-63ccdbb3a9ee
* cclear template almost working good for BSFchrisaga2005-08-1913-468/+530
| | | | git-svn-id: http://piwigo.org/svn/trunk@837 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : less compact presentation of screen admin/element_set_unit.plegall2005-08-194-32/+44
| | | | git-svn-id: http://piwigo.org/svn/trunk@836 68402e56-0260-453c-a942-63ccdbb3a9ee
* new file from default templatechrisaga2005-08-191-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@835 68402e56-0260-453c-a942-63ccdbb3a9ee
* - improvement : standardization of categories navigation bar on top ofplegall2005-08-194-4/+10
| | | | | | | | | | administration screen element_set_(global|unit), cat_modify, cat_list, cat_perm. - new : direct link to admin/cat_modify from category.php. git-svn-id: http://piwigo.org/svn/trunk@834 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification : RSS feed work only with a given feed identifier. Thus weplegall2005-08-192-3/+5
| | | | | | | | | | can avoid fixed frequency notification to concentrate on variable frequency notification, which is much more interesting. To do this, feeds have moved to a dedicated table allowing each user (including guest user) to have more than on feed. git-svn-id: http://piwigo.org/svn/trunk@833 68402e56-0260-453c-a942-63ccdbb3a9ee
* cclean : fixed some styles in the admin sectionchrisaga2005-08-184-8/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@829 68402e56-0260-453c-a942-63ccdbb3a9ee
* cclear :chrisaga2005-08-181-61/+62
| | | | | | | | -------- - admin.tpl : keep structure, get content from default template git-svn-id: http://piwigo.org/svn/trunk@828 68402e56-0260-453c-a942-63ccdbb3a9ee