plegall
3f235497f3
Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
...
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04 22:57:23 +00:00
rvelices
2a1edc5c3d
- an optimization of a Mysql query for tags (oddly but it's faster)
...
- now the dates in the RSS feed are always correct (and in GMT)
git-svn-id: http://piwigo.org/svn/trunk@2296 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04 19:47:07 +00:00
rvelices
0c1e61c481
- fix display of rating stars on picture page (since smarty)
...
- rating star css use a CSS sprite
git-svn-id: http://piwigo.org/svn/trunk@2295 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-02 00:51:08 +00:00
rub
118e0ac6e2
Fix day 31 not listed on smarty list
...
git-svn-id: http://piwigo.org/svn/trunk@2294 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-31 05:42:14 +00:00
rvelices
5cdf987baf
- added 2 icons for the active/inactive plugins in the plugin list
...
git-svn-id: http://piwigo.org/svn/trunk@2293 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-29 00:20:29 +00:00
rvelices
9e1f97cd16
- can set privacy level for added elements during site sync
...
- 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
2008-03-26 00:55:19 +00:00
patdenice
6aa72e141a
Add editarea to LocalFiles Editor.
...
git-svn-id: http://piwigo.org/svn/trunk@2291 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-25 23:30:23 +00:00
rvelices
ee70a108be
- remove compatibility with old template ...
...
git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-23 00:04:46 +00:00
rvelices
6281b24550
- remove unused language keys
...
git-svn-id: http://piwigo.org/svn/trunk@2289 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-21 01:13:19 +00:00
rvelices
c6429c17ca
- minor language changes and use template->assign instead of template->assign_var
...
git-svn-id: http://piwigo.org/svn/trunk@2288 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-21 01:01:25 +00:00
rub
22631d6dfd
Add new obsolete plugins on c13y_upgrade list.
...
Fix new plugin uninstall url.
git-svn-id: http://piwigo.org/svn/trunk@2287 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-20 22:23:42 +00:00
rvelices
f12f0026fc
- admin/notification_by_mail goes smarty - THE LAST ONE :-) :-)
...
- 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
2008-03-20 00:35:36 +00:00
rvelices
cab98df776
- smarty for more mail templates/css
...
git-svn-id: http://piwigo.org/svn/trunk@2285 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18 23:43:38 +00:00
rub
6ae74fe965
Resolved issue 0000815: Email format standardization
...
Merge branch-1_7 2282:2283 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2284 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18 22:02:33 +00:00
ddtddt
0da8401a9c
bug 814
...
git-svn-id: http://piwigo.org/svn/trunk@2281 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-18 21:19:13 +00:00
rub
5a140f84bd
Resolved issue 0000812: Format error with "$conf['enabled_format_email'] = false;"
...
Merge branch-1_7 2278:2279 into BSF
git-svn-id: http://piwigo.org/svn/trunk@2280 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-17 20:22:05 +00:00
rvelices
a6437b81e6
- changes to template to accomodate nbm (solved issue when we had same 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
2008-03-13 01:43:45 +00:00
plegall
6f84eaf7cb
Modification: admin/tags goes smarty
...
git-svn-id: http://piwigo.org/svn/trunk@2277 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-12 22:23:12 +00:00
rvelices
5db8e25dee
site_update goes smarty
...
git-svn-id: http://piwigo.org/svn/trunk@2276 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-12 01:06:50 +00:00
rvelices
70e58dd7bd
5 less admin language keys
...
git-svn-id: http://piwigo.org/svn/trunk@2275 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-11 02:24:59 +00:00
rvelices
fef7f5acfb
- remove $conf['subcatify'] (it was my reqquest to Pierrick when plugins 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
2008-03-11 02:04:27 +00:00
rvelices
62e55bc595
group_list, group_perm and site_manager go smarty
...
git-svn-id: http://piwigo.org/svn/trunk@2273 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-11 01:51:47 +00:00
patdenice
ff19a8f1cd
Corrections in plugins management.
...
Add "Last revisions" sort order.
git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-10 18:01:17 +00:00
rub
e834737e84
Resolved issue 0000807: New slideshow features
...
change icon actions
git-svn-id: http://piwigo.org/svn/trunk@2270 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-09 07:53:02 +00:00
rub
6e5f8631e3
Fix some c13y/smarty bugs
...
git-svn-id: http://piwigo.org/svn/trunk@2269 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-09 07:28:04 +00:00
rvelices
bf1f7c4aec
- security fix (profile)
...
- les langues a la hache
- fix some copy/paste errors
git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08 12:38:09 +00:00
vdigital
a048738d8b
- admin_advices.tpl goes smarty and related code has been revised.
...
git-svn-id: http://piwigo.org/svn/trunk@2266 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08 10:24:07 +00:00
rvelices
fe23062161
- upload.tpl goes smarty
...
- 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
2008-03-08 01:38:37 +00:00
patdenice
c68914a3b9
Corrections in plugins management.
...
git-svn-id: http://piwigo.org/svn/trunk@2264 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-07 17:15:46 +00:00
patdenice
6ecb1f3507
Use class for plugins management
...
git-svn-id: http://piwigo.org/svn/trunk@2263 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-07 10:42:51 +00:00
rub
0c83b734fb
Fix bug of svn:2249
...
Fix quicky mail error with smarty
git-svn-id: http://piwigo.org/svn/trunk@2262 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-07 06:42:43 +00:00
rvelices
8faa265e74
- remove unused file
...
git-svn-id: http://piwigo.org/svn/trunk@2261 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-07 02:09:46 +00:00
rvelices
5a7723ff10
- some more smarty migration (admin upload ws_checker profile and plugin)
...
git-svn-id: http://piwigo.org/svn/trunk@2260 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-07 02:07:55 +00:00
rub
111a34e581
Resolved issue 0000807: New slideshow features
...
bad name stop slideshow icon
git-svn-id: http://piwigo.org/svn/trunk@2259 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 22:04:53 +00:00
rub
af4f97f26a
Resolved issue 0000807: New slideshow features
...
Change icons by stripy icons
git-svn-id: http://piwigo.org/svn/trunk@2257 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 21:36:37 +00:00
rvelices
f0a40c1573
- aiie language ...
...
git-svn-id: http://piwigo.org/svn/trunk@2256 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 02:36:48 +00:00
rvelices
d96b476bd8
- plugins.php does only the tabsheet - nothing else
...
- need to review plugins_update.php upgrade action
git-svn-id: http://piwigo.org/svn/trunk@2255 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 02:29:29 +00:00
rvelices
37446caa5c
- upgrade goes smarty
...
- event_tracer goes smarty
- correction in index.tpl
git-svn-id: http://piwigo.org/svn/trunk@2254 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-06 00:25:47 +00:00
patdenice
7e1e705f8b
user_list.tpl goes smarty.
...
Correction in plugins update and delete options.
git-svn-id: http://piwigo.org/svn/trunk@2253 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05 17:54:32 +00:00
rvelices
ef77dac315
- remove unused functions get_month_list and get_day_list
...
git-svn-id: http://piwigo.org/svn/trunk@2252 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05 02:26:58 +00:00
rvelices
a55cf25bdf
- added clear compiled templates maintenance task
...
- maintenance.tpl is smarty
- some language cleanup
git-svn-id: http://piwigo.org/svn/trunk@2251 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05 02:14:36 +00:00
rvelices
d3fe45c5bd
forgot commit thumbnail.php
...
git-svn-id: http://piwigo.org/svn/trunk@2250 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05 02:07:40 +00:00
rvelices
152d07d752
- admin comments, configuration, element_set_global, element_set_unit, 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
2008-03-05 01:50:08 +00:00
patdenice
925f581f28
Install goes smarty.
...
Get browser language directly.
git-svn-id: http://piwigo.org/svn/trunk@2248 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-03 19:42:16 +00:00
patdenice
07abd206ce
Register goes smarty.
...
Correction in profile.php (forgotten assign_var)
git-svn-id: http://piwigo.org/svn/trunk@2247 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-03 17:49:52 +00:00
patdenice
5693f3e28b
profile goes smarty
...
git-svn-id: http://piwigo.org/svn/trunk@2246 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-03 17:07:55 +00:00
rvelices
7688a7cbb6
- history, stats and redirect go smarty
...
- 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
2008-03-03 12:50:54 +00:00
patdenice
14bfa8a3e6
Another little correction.
...
git-svn-id: http://piwigo.org/svn/trunk@2244 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-02 19:00:33 +00:00
patdenice
1283b5ecb1
Corections to respect coding conventions.
...
Change plugins versions to 1.8
Change 3 plugins URI.
git-svn-id: http://piwigo.org/svn/trunk@2243 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-02 18:56:05 +00:00
patdenice
78e175b3fb
Enhance plugins administtration
...
git-svn-id: http://piwigo.org/svn/trunk@2242 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-02 17:53:23 +00:00