aboutsummaryrefslogtreecommitdiffstats
path: root/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixed: as rvelices notified me by email, my header replacement script wasplegall2008-04-0521-504/+0
| | | | | | | | | | | | bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall2008-04-0421-0/+441
| | | | git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix display of rating stars on picture page (since smarty)rvelices2008-04-025-10/+6
| | | | | | - rating star css use a CSS sprite git-svn-id: http://piwigo.org/svn/trunk@2295 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix day 31 not listed on smarty listrub2008-03-315-37/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@2294 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added 2 icons for the active/inactive plugins in the plugin listrvelices2008-03-293-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@2293 68402e56-0260-453c-a942-63ccdbb3a9ee
* - can set privacy level for added elements during site syncrvelices2008-03-264-62/+31
| | | | | | - removed some unused css and simplified a bit dark theme (more consistent with the orhers) git-svn-id: http://piwigo.org/svn/trunk@2292 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unused language keysrvelices2008-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@2289 68402e56-0260-453c-a942-63ccdbb3a9ee
* - minor language changes and use template->assign instead of ↵rvelices2008-03-214-45/+23
| | | | | | template->assign_var git-svn-id: http://piwigo.org/svn/trunk@2288 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)rvelices2008-03-204-106/+107
| | | | | | | | - get rid of user_list warnings - some code reorganisation in template class + explode modifier - minor template and language changes in search.tpl and cat_modify.tpl git-svn-id: http://piwigo.org/svn/trunk@2286 68402e56-0260-453c-a942-63ccdbb3a9ee
* - smarty for more mail templates/cssrvelices2008-03-188-156/+143
| | | | git-svn-id: http://piwigo.org/svn/trunk@2285 68402e56-0260-453c-a942-63ccdbb3a9ee
* - changes to template to accomodate nbm (solved issue when we had same ↵rvelices2008-03-138-61/+59
| | | | | | | | template filename with different root dirs) - started some changes in mail templates git-svn-id: http://piwigo.org/svn/trunk@2278 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification: admin/tags goes smartyplegall2008-03-121-22/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@2277 68402e56-0260-453c-a942-63ccdbb3a9ee
* site_update goes smartyrvelices2008-03-121-57/+54
| | | | git-svn-id: http://piwigo.org/svn/trunk@2276 68402e56-0260-453c-a942-63ccdbb3a9ee
* 5 less admin language keysrvelices2008-03-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2275 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove $conf['subcatify'] (it was my reqquest to Pierrick when plugins ↵rvelices2008-03-111-13/+10
| | | | | | | | | were not available; now it can be done through plugin) - optimization when show_nb_comments true (1 sql query per page instead of 1 query per element) - some cleanup & more standard trigger names git-svn-id: http://piwigo.org/svn/trunk@2274 68402e56-0260-453c-a942-63ccdbb3a9ee
* group_list, group_perm and site_manager go smartyrvelices2008-03-113-73/+74
| | | | git-svn-id: http://piwigo.org/svn/trunk@2273 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corrections in plugins management.patdenice2008-03-104-4/+6
| | | | | | Add "Last revisions" sort order. git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-03-095-37/+37
| | | | | | | change icon actions git-svn-id: http://piwigo.org/svn/trunk@2270 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some c13y/smarty bugsrub2008-03-091-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@2269 68402e56-0260-453c-a942-63ccdbb3a9ee
* - security fix (profile)rvelices2008-03-086-34/+33
| | | | | | | - les langues a la hache - fix some copy/paste errors git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee
* - upload.tpl goes smartyrvelices2008-03-084-53/+53
| | | | | | | - start some language cleanup and a small attempt to standardize a bit ... - debug_language now calls trigger_error instead of echo when missing language key git-svn-id: http://piwigo.org/svn/trunk@2265 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use class for plugins managementpatdenice2008-03-073-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@2263 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove unused filervelices2008-03-071-7/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@2261 68402e56-0260-453c-a942-63ccdbb3a9ee
* - some more smarty migration (admin upload ws_checker profile and plugin)rvelices2008-03-074-130/+120
| | | | git-svn-id: http://piwigo.org/svn/trunk@2260 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-03-062-0/+0
| | | | | | | bad name stop slideshow icon git-svn-id: http://piwigo.org/svn/trunk@2259 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-03-067-2/+2
| | | | | | Change icons by stripy icons git-svn-id: http://piwigo.org/svn/trunk@2257 68402e56-0260-453c-a942-63ccdbb3a9ee
* - upgrade goes smarty rvelices2008-03-062-19/+18
| | | | | | | - event_tracer goes smarty - correction in index.tpl git-svn-id: http://piwigo.org/svn/trunk@2254 68402e56-0260-453c-a942-63ccdbb3a9ee
* user_list.tpl goes smarty.patdenice2008-03-051-167/+135
| | | | | | Correction in plugins update and delete options. git-svn-id: http://piwigo.org/svn/trunk@2253 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added clear compiled templates maintenance taskrvelices2008-03-052-21/+12
| | | | | | | - maintenance.tpl is smarty - some language cleanup git-svn-id: http://piwigo.org/svn/trunk@2251 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin comments, configuration, element_set_global, element_set_unit, ↵rvelices2008-03-057-288/+280
| | | | | | | | thumbnail and double_select migration to smarty - fix in redirect.tpl git-svn-id: http://piwigo.org/svn/trunk@2249 68402e56-0260-453c-a942-63ccdbb3a9ee
* Install goes smarty.patdenice2008-03-031-57/+60
| | | | | | Get browser language directly. git-svn-id: http://piwigo.org/svn/trunk@2248 68402e56-0260-453c-a942-63ccdbb3a9ee
* Register goes smarty.patdenice2008-03-031-19/+19
| | | | | | Correction in profile.php (forgotten assign_var) git-svn-id: http://piwigo.org/svn/trunk@2247 68402e56-0260-453c-a942-63ccdbb3a9ee
* profile goes smartypatdenice2008-03-032-59/+48
| | | | git-svn-id: http://piwigo.org/svn/trunk@2246 68402e56-0260-453c-a942-63ccdbb3a9ee
* - history, stats and redirect go smartyrvelices2008-03-034-114/+111
| | | | | | | - lang correction - small change in calling check_server_plugins (use by ref param instead of global) git-svn-id: http://piwigo.org/svn/trunk@2245 68402e56-0260-453c-a942-63ccdbb3a9ee
* Corections to respect coding conventions.patdenice2008-03-024-67/+67
| | | | | | | Change plugins versions to 1.8 Change 3 plugins URI. git-svn-id: http://piwigo.org/svn/trunk@2243 68402e56-0260-453c-a942-63ccdbb3a9ee
* Enhance plugins administtrationpatdenice2008-03-025-34/+145
| | | | git-svn-id: http://piwigo.org/svn/trunk@2242 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000810: Use of new template engine [smarty]rub2008-03-021-64/+65
| | | | | | | | Migration of c13y template It's the first step with simple migration, on next step more display action on tpl. git-svn-id: http://piwigo.org/svn/trunk@2241 68402e56-0260-453c-a942-63ccdbb3a9ee
* header.tpl goes smartrvelices2008-03-021-72/+58
| | | | git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000810: Use of new template engine [smarty]rub2008-03-011-1/+1
| | | | | | New way for TAG_INPUT_ENABLED git-svn-id: http://piwigo.org/svn/trunk@2239 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: plugin LocalFiles Editor.patdenice2008-03-011-1/+1
| | | | | | Corrected: $id in smarty comment style in intro.tpl git-svn-id: http://piwigo.org/svn/trunk@2235 68402e56-0260-453c-a942-63ccdbb3a9ee
* - thumbnails.tpl migrationrvelices2008-03-012-42/+38
| | | | git-svn-id: http://piwigo.org/svn/trunk@2234 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix footer_elementsrub2008-03-011-1/+1
| | | | | | but footer_elements is not assigned!? Add of $page['footer_elements']? git-svn-id: http://piwigo.org/svn/trunk@2233 68402e56-0260-453c-a942-63ccdbb3a9ee
* - index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go ↵rvelices2008-03-015-273/+310
| | | | | | | | smarty - better template debugging tweak (the smarty console is shown only once at the end) git-svn-id: http://piwigo.org/svn/trunk@2231 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin intro template migrate for warm up ;-) patdenice2008-02-291-32/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@2230 68402e56-0260-453c-a942-63ccdbb3a9ee
* picture, footer and picture modify template migrationrvelices2008-02-295-323/+345
| | | | git-svn-id: http://piwigo.org/svn/trunk@2227 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000809: Use more php classes implementationrub2008-02-282-3/+3
| | | | | | | Use class for tabsheet like grum class Change way for tabsheet git-svn-id: http://piwigo.org/svn/trunk@2226 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2 templates migratedrvelices2008-02-282-19/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@2225 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-02-282-8/+9
| | | | | | Fix bad <link rel="up"> in the header git-svn-id: http://piwigo.org/svn/trunk@2224 68402e56-0260-453c-a942-63ccdbb3a9ee
* - migrate many templates to smartyrvelices2008-02-2819-509/+457
| | | | git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add comment tags in order to know tpl to migraterub2008-02-2774-0/+74
| | | | | | | | | | | | | | | | | | | | | # tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee