aboutsummaryrefslogtreecommitdiffstats
path: root/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-21Resolved Issue ID 0000356:rub2-3/+3
o Increase security on adviser mode First modifications of n modifications. All the others modifications will be done on BSF branch. Merge branch-1_6 1568:1570 into BSF git-svn-id: http://piwigo.org/svn/trunk@1571 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-19put back the redirect function as it was in branch 1.6 (still not working ↵rvelices1-0/+2
perfectly with the auto_login) git-svn-id: http://piwigo.org/svn/trunk@1567 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-19feature 564: logs in the history table each user login rvelices1-7/+24
feature 562: possibility to log page visits for any combination of administrators/users/guests git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-17ability to add content to html head elements rvelices1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@1539 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-16added number of tags, image-tag associations and image-category association rvelices1-1/+2
on the main admin page git-svn-id: http://piwigo.org/svn/trunk@1538 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-15feature 519: quick search (first version)rvelices4-3/+34
git-svn-id: http://piwigo.org/svn/trunk@1537 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-31Resolved Issue ID 0000474 (Step 3):rub1-2/+0
o Remove .htaccess files o Undo svn:1505 http://svn.gna.org/viewcvs/phpwebgallery?rev=1505&view=rev git-svn-id: http://piwigo.org/svn/trunk@1519 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29improve caddie display : better checkbox positionning in every tested browsers.chrisaga3-18/+26
Opera still not perfect , but much better. git-svn-id: http://piwigo.org/svn/trunk@1518 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29fix bug 484 : (again) fix rateButtons display broken by svn:1491chrisaga5-16/+25
fix radio and checkbox display with Opera and IE (related to bug 490) git-svn-id: http://piwigo.org/svn/trunk@1515 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29fix bug 490 (better fix) no absolute sizes for input fields, but they are ↵chrisaga2-31/+23
shorter in IE git-svn-id: http://piwigo.org/svn/trunk@1513 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27Feature 492: first stepnikrou1-2/+0
Simple redirect.tpl in template-common Simplification of function redirect() git-svn-id: http://piwigo.org/svn/trunk@1508 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27fix bug 490: Inputs haven't the same size on different browserschrisaga3-1/+35
inputs inquickconnect are still smaller in IE but the layout is quite the same git-svn-id: http://piwigo.org/svn/trunk@1506 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26Resolved Issue ID 0000474 (Step 2):rub2-2/+4
o Add .htaccess files => * admin - .htaccess = deny from all * doc - no .htaccess * galleries - .htaccess = Options -Indexes * include - .htaccess = deny from all => move 2 .js in template-common * install - .htaccess = deny from all * language - .htaccess = deny from all * template - .htaccess = Options -Indexes * template-common - .htaccess = Options -Indexes * template-extension - .htaccess = Options -Indexes * tools - no .htaccess git-svn-id: http://piwigo.org/svn/trunk@1505 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26feature 169: each category can have its own image orderrvelices1-5/+27
git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-22fix bugs 244: different display of checkbox in IE/firefox and 484: Missing ↵chrisaga12-81/+65
onfocus/onblur in some user section *.tpl and many admin section *.tpl handle FORM elements with a behaviour (inputfix.htc) in IE the behaviour sets onfocus and onblur events too (no longer needed in *.tpl) other browsers use css selector :focus and [type=___] git-svn-id: http://piwigo.org/svn/trunk@1491 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-18Resolved Issue ID 0000474 (Step 1):rub10-0/+350
o Rename index.htm into index.php o Add index.php on all sub-directories o Use an uniform source code of index.php (like /include/index.php) (/index.php is of course not changed) git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-17fix bug 472: tags displayed outside of the menubar (at leas for Opera, ↵chrisaga2-2/+9
witing confirmation for Safari) git-svn-id: http://piwigo.org/svn/trunk@1479 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15fix bug 204: IE doesn't dispaly the same text in tooltips (info-bulles) than ↵chrisaga1-0/+1
other browsers use a behaviour (.htc) to fix alt and title attribute when mouse is over IMG only for IMG in a link, others will not be fixed. git-svn-id: http://piwigo.org/svn/trunk@1475 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14improve menubar : set Ids (see feature 466)chrisaga1-7/+7
git-svn-id: http://piwigo.org/svn/trunk@1466 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = falsechrisaga2-5/+4
git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11Resolved Issue ID 0000456, 0000457, 0000459, 0000465:rub2-6/+6
o Fix bugs adviser mode git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09improve layout of cat_move admin page an change the id of cat_modify formchrisaga3-5/+5
git-svn-id: http://piwigo.org/svn/trunk@1454 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09fix DIV.comment behaviour (not perfect yet, but better)chrisaga3-8/+9
git-svn-id: http://piwigo.org/svn/trunk@1450 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08improve admin forms (SELECT.categoryList, add some ids, ...)chrisaga6-20/+35
git-svn-id: http://piwigo.org/svn/trunk@1448 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08fix : handle SELCT size and onblur correctlychrisaga1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1446 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08Cosmeticschrisaga4-2/+9
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-29Issue ID 0000375: rub2-6/+5
o Line too long o Use paragraph Merge BSF r1413:1414 into branch-1_6 git-svn-id: http://piwigo.org/svn/trunk@1418 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28Issue ID 0000445: rub1-1/+1
Missing <div id="theHeader">{PAGE_BANNER}</div> git-svn-id: http://piwigo.org/svn/trunk@1416 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28Issue ID 0000375: rub2-9/+20
o Keep same format display o Add css class o rename warning to header_msg Merge BSF r1411:1412 into branch-1_6 git-svn-id: http://piwigo.org/svn/trunk@1414 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24fix bug 435: move image.css to picture.css to be consistent with picture.tplchrisaga2-1/+2
git-svn-id: http://piwigo.org/svn/trunk@1398 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24set file Id and propertieschrisaga1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@1395 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24remove unused css file and rules in templatechrisaga4-108/+95
move css rules used only in admin section to a new admin/default-layout.css file step one admin/default-layout.css is still imported in default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1392 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24fix cosmetic issueschrisaga1-5/+6
git-svn-id: http://piwigo.org/svn/trunk@1389 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24fix bug 411: Commentaire trop longchrisaga1-17/+11
and other comments display small issues git-svn-id: http://piwigo.org/svn/trunk@1388 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24git-svn-id: http://piwigo.org/svn/trunk@1385 ↵chrisaga3-3/+3
68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24feature 434: split thumbnails in template so customization could be easyerchrisaga7-105/+111
git-svn-id: http://piwigo.org/svn/trunk@1384 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24improve template : feature 433: Separate IE6 css to be more IE7 readychrisaga3-36/+37
git-svn-id: http://piwigo.org/svn/trunk@1382 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22fix bug 375: html bug; warnings are displayed outside from the html tree.nikrou1-1/+9
git-svn-id: http://piwigo.org/svn/trunk@1380 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22svn merge -r1366:1371 from branch 1.6 into trunknikrou5-125/+129
git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22issue 426 step 1 reverted:nikrou212-5110/+25
svn merge -r1466:1465 . svn merge -r1463:1462 . git-svn-id: http://piwigo.org/svn/trunk@1376 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18Issue 426: first step; separation of admin and public into two templatesnikrou212-25/+5110
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-16bug 422 fixed: invalid htmlnikrou1-23/+15
git-svn-id: http://piwigo.org/svn/trunk@1359 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-15small css fix: no commanikrou1-1/+1
svn merge -r1354:1355 from branch 1.6 into trunk git-svn-id: http://piwigo.org/svn/trunk@1356 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-14merge r1351 from branch-1_6 to trunk (bug 388: html errors in month_calendar)rvelices1-16/+3
git-svn-id: http://piwigo.org/svn/trunk@1352 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13merge -r1348:1349 from branch 1.6 to trunk (bug 416 fixed).plegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@1350 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13merge -r1346:1347 from branch 1.6 to trunk (bug 402 fixed).plegall1-8/+10
git-svn-id: http://piwigo.org/svn/trunk@1348 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13merge -r1342:1343 from branch 1.6 to trunk (bug 413 fixed)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@1344 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-05improve : set legend height in template-common/default-layout.css, not in ↵chrisaga1-1/+0
the template. git-svn-id: http://piwigo.org/svn/trunk@1341 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-04fix bug 400 : <td nowrap> dans l'historique, and improve history tables, ↵chrisaga4-27/+50
plus some code formating git-svn-id: http://piwigo.org/svn/trunk@1339 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-03fix bug 387 : html errors in search.tplchrisaga1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@1337 68402e56-0260-453c-a942-63ccdbb3a9ee