aboutsummaryrefslogtreecommitdiffstats
path: root/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-12cosmetic : change page title form {PAGE_TITLE} to ↵chrisaga1-1/+1
{GALLERY_TITLE}:{PAGE_TITLE} in template git-svn-id: http://piwigo.org/svn/branches/branch-1_5@984 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-09- bug fixed : #eee background color for blockquote comments hadplegall1-0/+1
disappeared. Now comments are displayed with same colors in comments.php and picture.php git-svn-id: http://piwigo.org/svn/branches/branch-1_5@977 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03dd feature 221 : Add a link to "lost password" in quick connect formchrisaga4-22/+38
plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/branches/branch-1_5@973 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-12-03bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and csschrisaga2-4/+4
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@964 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-25- feature 195 added: Link to admin main page added in admin menu. This isplegall1-0/+1
not a merge from BSF. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@957 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-24- fix bug 222 : comments page broken with IEchrisaga2-17/+24
IE doesn't understand child selector nor min-height use floating design instead of positionning git-svn-id: http://piwigo.org/svn/branches/branch-1_5@951 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18- corrupted picture comes backplegall1-0/+0
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@943 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-18- delete a corrupted file, will be added back soonplegall1-0/+0
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@942 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-17bug 206 fixed: PNG thumbnails clipped with IEchrisaga25-91/+96
- added class="icon" to recent.png (functions_html.inc.php) - added class="button" to al png button images (*.tpl) - changed pngfix.js to only fix icon or button images template improvement: category prettier and simpler (a little bit) - got rid of one SPAN level - content.css more readable git-svn-id: http://piwigo.org/svn/branches/branch-1_5@939 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-13- bug 197 fixed : IE doesn't support multiple classchrisaga2-8/+11
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@933 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-08- bug 180 fixed: (report from BSF) remote_site.tpl doesn't validate.plegall1-5/+7
- translation bug fixed: (report from BSF) generate_file_listing.php doesn't exist, it's create_listing_file.php ! git-svn-id: http://piwigo.org/svn/branches/branch-1_5@929 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07- bug 184 fixed: for the third time...plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-07- improvement: use a "filter" form for adding user comments.plegall2-14/+31
git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-11-05- bug 186 fixed: useless template theme icons deleted. Remaining icons inplegall38-0/+0
GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31- bug 185 fixed: errors in language items.plegall2-8/+8
git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31(not in ChangeLog)plegall1-0/+1
- "text-align: center" comes back on ul.categoryActions because action buttons were not centered in admin/picture_modify or admin/cat_modify git-svn-id: http://piwigo.org/svn/trunk@920 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-31- modification: use "filter" class for quickconnect box (with some customplegall2-29/+41
modifications) - bug fixed: the total number of pictures had disappeared git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-302005-10-30 volcomvolcom1-8/+7
* bug 190 fixed: issue in stats.tpl display * bug fixed: labels of monthly, daily graph fixed git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-26bug 177 fixed: for Safari (was fixed for Konqueror only)chrisaga1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-24bug 184 fixed: .png button left aligned in IEchrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-23bug fixed: cat-list.tpl validate nowchrisaga2-43/+5
improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22bug 177 fixed: icon tools wrong position in Safari and Konquerorchrisaga5-8/+27
Needed a little trick to fix it. Put the trick in a fix-khtml.css Loading in header.tpl and protected from IE, Geko and Opera, just in case (couldn't foud a safari css-only filter wich validate) bug fixed: issue in the FORM in remote_site.tpl which prevented HTML validation (still something to do with the TABLE). git-svn-id: http://piwigo.org/svn/trunk@910 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22- use language item for set/unset instead of hard coded english itemsplegall1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@907 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-22- bug 173 fixed: due to phpBB user identifiers management, the method toplegall1-3/+3
find the next user identifier has changer to MAX+1. - improvement: information message when new user added - bug fixed: language item "Username" used instead of "login". git-svn-id: http://piwigo.org/svn/trunk@906 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-20bug 176 fixed: need a javascript to handle transparent PNG background in IEchrisaga3-7/+15
(tribute to Bob Osola http://homepage.ntlworld.com/bobosola/index.htm display: fixed another IE childselector bug in Categories Management admin page and improved display of this page in all browsers too. git-svn-id: http://piwigo.org/svn/trunk@905 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-18smaller font-size and, as requested, fonts more like 1.4chrisaga1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@899 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-17display : in group_list.tpl - wrong form class, mixed html tags, ...chrisaga4-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
2005-10-17* new: history details by month,dayvolcom1-1/+31
git-svn-id: http://piwigo.org/svn/trunk@894 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-16Changed "ul.categoryActions>li" into "ul.categoryActions li".chrisaga1-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
2005-10-16Fix quickconnect form misalignementchrisaga2-17/+32
git-svn-id: http://piwigo.org/svn/trunk@892 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15- modification: localized labels in Administration>Pictures>Caddieplegall1-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
2005-10-15separation horizontal rule required when configuration parameter ↵plegall1-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
2005-10-15Change the image title to <H2> since <H1> is the galery titlechrisaga2-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
2005-10-15kill bug 0000170: class="thumbLink"chrisaga2-2/+12
moved inline style declaration to css git-svn-id: http://piwigo.org/svn/trunk@886 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-15kill bug 0000146: Image Nouveauchrisaga1-1/+3
git-svn-id: http://piwigo.org/svn/trunk@885 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-10-07- modification: configuration parameters gallery_title andplegall1-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
2005-10-07- new: mass virtual categories movement manager inplegall2-0/+41
Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-26- bug 158 fixed: display error on "double selects" screens (with MSIE,plegall1-2/+3
strange behavior). VDigital modification optimizes width usage :-) git-svn-id: http://piwigo.org/svn/trunk@878 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-25- bug fixed: HTML error on nested UL in categories menu.plegall1-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
2005-09-21- bug 151 fixed: default maxheight was not proposed as "set to" option inplegall1-1/+1
admin/user_list git-svn-id: http://piwigo.org/svn/trunk@874 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-20- update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not availableplegall1-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
2005-09-18- bug 107 fixed: crash when logging visit on a category containing "'"plegall1-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
2005-09-18- new: automatic new password sent by mail when requested by userplegall5-0/+55
git-svn-id: http://piwigo.org/svn/trunk@866 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-14- improvement: long localized messages are in HTML files instead of $langplegall11-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
2005-09-03- bug fixed : no display of first added element date in admin/intro if noplegall1-1/+4
element in the gallery. git-svn-id: http://piwigo.org/svn/trunk@861 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03(not in ChangeLog)plegall7-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
2005-09-03- new : template yoga, made by yoDan, helped by chrisaga for integrationplegall215-3827/+25
becomes the official template. git-svn-id: http://piwigo.org/svn/trunk@859 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-09-03- modification : less configuration parameters in administrationplegall17-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
2005-08-30Removed the hack for top alignement in Geko : too hugly :-(chrisaga1-3/+4
git-svn-id: http://piwigo.org/svn/trunk@857 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-08-29Litle hack to make Geko align thumbnails on topchrisaga1-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