[Phpwebgallery-cvs] r3136 - in /trunk: admin/include/ admin/template/goto/ include/ plugins/event_tracer/ template/yoga/

2009-02-13 Thread Radu
Author: rvelices Date: Fri Feb 13 14:01:03 2009 New Revision: 3136 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3136view=rev Log: - moved check upgrade feed code to admin/include/functions_upgrade.php - refactored some code (shorter and somehow faster - but nothing revolutionary) - decrease

[Phpwebgallery-cvs] r3137 - in /branches/2.0: admin/include/ admin/template/goto/ include/ plugins/event_tracer/ template/yoga/

2009-02-13 Thread Radu
Author: rvelices Date: Fri Feb 13 14:02:20 2009 New Revision: 3137 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3137view=rev Log: merge r3136 from trunk - moved check upgrade feed code to admin/include/functions_upgrade.php - refactored some code (shorter and somehow faster - but nothing

[Phpwebgallery-cvs] r3147 - in /branches/2.0: ./ admin/include/ include/ template/yoga/

2009-02-13 Thread Radu
Author: rvelices Date: Sat Feb 14 03:28:21 2009 New Revision: 3147 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3147view=rev Log: merge 3145-3146 from trunk Last (I hope) paranoic optims ... - move get_uysername and get_groupname from public to admin/functions.inc.php - optim in index.php -

[Phpwebgallery-cvs] r3124 - in /trunk/include: category_cats.inc.php category_default.inc.php

2009-02-04 Thread Radu
Author: rvelices Date: Thu Feb 5 03:28:37 2009 New Revision: 3124 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3124view=rev Log: - removed triggers loc_index_thumbnail and loc_index_category_thumbnail - changed triggers loc_end_index_thumbnails and loc_end_index_category_thumbnails from

[Phpwebgallery-cvs] r3125 - in /branches/2.0/include: category_cats.inc.php category_default.inc.php

2009-02-04 Thread Radu
Author: rvelices Date: Thu Feb 5 03:29:57 2009 New Revision: 3125 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3125view=rev Log: merge r3124 from trunk - removed triggers loc_index_thumbnail and loc_index_category_thumbnail - changed triggers loc_end_index_thumbnails and

[Phpwebgallery-cvs] r3126 - in /trunk/include: category_default.inc.php common.inc.php functions_html.inc.php functions_url.inc.php functions_user.inc.php

2009-02-04 Thread Radu
Author: rvelices Date: Thu Feb 5 04:03:30 2009 New Revision: 3126 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3126view=rev Log: - embellish_url compacts now .. - some trigger improvements (render_category_description) - improved perf of duplicate_xxx_url ( rewrote func

[Phpwebgallery-cvs] r3128 - /trunk/include/category_default.inc.php

2009-02-04 Thread Radu
Author: rvelices Date: Thu Feb 5 04:10:23 2009 New Revision: 3128 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3128view=rev Log: - fix issue on my previous commit Modified: trunk/include/category_default.inc.php ___ Phpwebgallery-cvs

[Phpwebgallery-cvs] r3129 - /branches/2.0/include/category_default.inc.php

2009-02-04 Thread Radu
Author: rvelices Date: Thu Feb 5 04:10:59 2009 New Revision: 3129 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3129view=rev Log: - fix issue on my previous commit Modified: branches/2.0/include/category_default.inc.php ___ Phpwebgallery-cvs

[Phpwebgallery-cvs] r3121 - in /branches/2.0: include/category_default.inc.php include/functions_tag.inc.php include/smarty/libs/Smarty.class.php template/yoga/header.tpl template/yoga/mainpage_catego

2009-02-03 Thread Radu
Author: rvelices Date: Wed Feb 4 03:33:50 2009 New Revision: 3121 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3121view=rev Log: merge 3120 from trunk optimizations (php only) - removed unnecessary call to array_unique in get_image_ids_for_tags - put back in smarty exec time counting (debug

[Phpwebgallery-cvs] r3122 - in /trunk: admin/comments.php admin/intro.php admin/picture_modify.php comments.php feed.php include/functions.inc.php include/picture_comment.inc.php picture.php

2009-02-03 Thread Radu
Author: rvelices Date: Wed Feb 4 03:41:03 2009 New Revision: 3122 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3122view=rev Log: - removed second parameter $type from function format_date Modified: trunk/admin/comments.php trunk/admin/intro.php trunk/admin/picture_modify.php

[Phpwebgallery-cvs] r3123 - in /branches/2.0: admin/comments.php admin/intro.php admin/picture_modify.php comments.php feed.php include/functions.inc.php include/picture_comment.inc.php picture.php

2009-02-03 Thread Radu
Author: rvelices Date: Wed Feb 4 03:42:17 2009 New Revision: 3123 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3123view=rev Log: merge r3122 from trunk - removed second parameter $type from function format_date Modified: branches/2.0/admin/comments.php branches/2.0/admin/intro.php

[Phpwebgallery-cvs] r3117 - in /trunk: include/functions.inc.php index.php

2009-01-30 Thread Radu
Author: rvelices Date: Sat Jan 31 02:10:51 2009 New Revision: 3117 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3117view=rev Log: - fix use $page['nb_image_page'] instead of $user... when creating the nav bar (same as category_default) - rewrote function format_date without regular

[Phpwebgallery-cvs] r3118 - in /branches/2.0: include/functions.inc.php index.php

2009-01-30 Thread Radu
Author: rvelices Date: Sat Jan 31 02:12:20 2009 New Revision: 3118 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3118view=rev Log: merge r3117 from trunk: - fix use $page['nb_image_page'] instead of $user... when creating the nav bar (same as category_default) - rewrote function format_date

[Phpwebgallery-cvs] r3108 - in /trunk: include/section_init.inc.php template/yoga/index.tpl

2009-01-21 Thread Radu
Author: rvelices Date: Thu Jan 22 03:19:17 2009 New Revision: 3108 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=3108view=rev Log: - fix hard coded urls in section_init - moved a language string language from php to tpl Modified: trunk/include/section_init.inc.php

[Phpwebgallery-cvs] r2831 - in /branches/2.0/template/yoga: menubar.tpl menubar_links.tpl thumbnails.tpl

2008-11-05 Thread Radu
Author: rvelices Date: Thu Nov 6 02:15:23 2008 New Revision: 2831 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2831view=rev Log: - remove some unnecessary modifiers from template - it should be somehow faster (arguably though) Modified: branches/2.0/template/yoga/menubar.tpl

[Phpwebgallery-cvs] r2832 - in /trunk/template/yoga: menubar.tpl menubar_links.tpl thumbnails.tpl

2008-11-05 Thread Radu
Author: rvelices Date: Thu Nov 6 02:19:55 2008 New Revision: 2832 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2832view=rev Log: merge -c2831 from branch 2.0 to trunk - remove some unnecessary modifiers from template - it should be somehow faster (arguably though) Modified:

[Phpwebgallery-cvs] r2823 - in /branches/2.0: include/common.inc.php include/constants.php include/functions_user.inc.php template/yoga/default-layout.css template/yoga/picture.css template/yoga/theme

2008-11-03 Thread Radu
Author: rvelices Date: Tue Nov 4 02:46:17 2008 New Revision: 2823 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2823view=rev Log: - removed some unused constants from constants.php - removed some unused css rules - removed unused code Modified: branches/2.0/include/common.inc.php

[Phpwebgallery-cvs] r2824 - in /trunk: include/common.inc.php include/constants.php include/functions_user.inc.php template/yoga/default-layout.css template/yoga/picture.css template/yoga/theme/dark/t

2008-11-03 Thread Radu
Author: rvelices Date: Tue Nov 4 02:47:48 2008 New Revision: 2824 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2824view=rev Log: merge -c2823 from branch 2.0 to trunk - removed some unused constants from constants.php - removed some unused css rules - removed unused code Modified:

[Phpwebgallery-cvs] r2789 - in /branches/2.0: include/config_default.inc.php include/functions.inc.php include/template.class.php language/de_DE/common.lang.php

2008-10-21 Thread Radu
Author: rvelices Date: Wed Oct 22 03:34:45 2008 New Revision: 2789 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2789view=rev Log: - some german language changes - added option for smarty $conf['template_compile_check'] - default true; if false smarty doesn't check if templates need

[Phpwebgallery-cvs] r2790 - in /trunk: include/config_default.inc.php include/functions.inc.php include/template.class.php language/de_DE/common.lang.php

2008-10-21 Thread Radu
Author: rvelices Date: Wed Oct 22 03:36:11 2008 New Revision: 2790 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2790view=rev Log: merge r2789 from branch 2.0: - some german language changes - added option for smarty $conf['template_compile_check'] - default true; if false smarty doesn't

[Phpwebgallery-cvs] r2769 - in /branches/2.0: include/functions_category.inc.php index.php template/yoga/index.tpl

2008-10-17 Thread Radu
Author: rvelices Date: Sat Oct 18 02:43:34 2008 New Revision: 2769 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2769view=rev Log: - added an image sort order by privacy level (admins only) - fix an IE6 display issue with quick search on index page Modified:

[Phpwebgallery-cvs] r2770 - in /trunk: include/common.inc.php include/functions_category.inc.php include/ws_functions.inc.php index.php template/yoga/index.tpl

2008-10-17 Thread Radu
Author: rvelices Date: Sat Oct 18 02:45:45 2008 New Revision: 2770 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2770view=rev Log: - merge rev 2765,2769 from branch 2.0 * 2765 mysql potential injection paranoia + code compaction in common.inc.php * 2769 added an image sort order by privacy

[Phpwebgallery-cvs] r2773 - in /trunk: include/functions_html.inc.php include/functions_url.inc.php include/section_init.inc.php plugins/event_tracer/main.inc.php plugins/event_tracer/tracer_admin.php

2008-10-17 Thread Radu
Author: rvelices Date: Sat Oct 18 03:08:58 2008 New Revision: 2773 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2773view=rev Log: merge rev 2771,2772 from branch 2.0 - 2771 event tracer improvement: option to show all registered event handlers for every page - 2772 php optims (small):

[Phpwebgallery-cvs] r2765 - in /branches/2.0/include: common.inc.php ws_functions.inc.php

2008-10-16 Thread Radu
Author: rvelices Date: Fri Oct 17 03:06:00 2008 New Revision: 2765 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2765view=rev Log: - mysql potential injection paranoia + code compaction in common.inc.php Modified: branches/2.0/include/common.inc.php

[Phpwebgallery-cvs] r2755 - in /branches/2.0: comments.php plugins/event_tracer/event_list.php

2008-10-15 Thread Radu
Author: rvelices Date: Thu Oct 16 02:09:53 2008 New Revision: 2755 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2755view=rev Log: - fix vulnerability http://www.milw0rm.com/exploits/6755 Modified: branches/2.0/comments.php branches/2.0/plugins/event_tracer/event_list.php

[Phpwebgallery-cvs] r2756 - in /branches/2.0/include: functions_session.inc.php functions_user.inc.php user.inc.php ws_functions.inc.php

2008-10-15 Thread Radu
Author: rvelices Date: Thu Oct 16 02:35:30 2008 New Revision: 2756 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2756view=rev Log: - security paranoia: protect session/remember me cookies from XSS attacks (works only if php=5.2 and with IE/FF maybe others) Modified:

[Phpwebgallery-cvs] r2757 - in /trunk: comments.php include/functions_session.inc.php include/functions_user.inc.php include/user.inc.php include/ws_functions.inc.php plugins/event_tracer/event_list.p

2008-10-15 Thread Radu
Author: rvelices Date: Thu Oct 16 02:38:26 2008 New Revision: 2757 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2757view=rev Log: merge 2755 and 2756 from branch 2.0 to trunk - 2755 fix vulnerability http://www.milw0rm.com/exploits/6755 - 2756 security paranoia: protect session/remember me

[Phpwebgallery-cvs] r2758 - in /branches/2.0: ./ language/de_DE/ language/en_UK/ language/es_ES/ language/fr_FR/ language/it_IT/ language/nl_NL/ template/yoga/

2008-10-15 Thread Radu
Author: rvelices Date: Thu Oct 16 02:50:37 2008 New Revision: 2758 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2758view=rev Log: - picture nav buttons use the get_extent modifier - comments title on picture page is singular/plural language sensitive - improved [EMAIL PROTECTED] commit (no

[Phpwebgallery-cvs] r2759 - in /trunk: ./ language/de_DE/ language/en_UK/ language/es_ES/ language/fr_FR/ language/it_IT/ language/nl_NL/ template/yoga/

2008-10-15 Thread Radu
Author: rvelices Date: Thu Oct 16 02:53:15 2008 New Revision: 2759 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2759view=rev Log: merge r 2758 from branch 2.0 to trunk Modified: trunk/language/de_DE/common.lang.php trunk/language/en_UK/common.lang.php

[Phpwebgallery-cvs] r2740 - in /branches/2.0/template/yoga: mail/text/plain/header.tpl menubar.css theme/Sylvia/theme.css thumbnails.css

2008-10-14 Thread Radu
Author: rvelices Date: Wed Oct 15 02:28:20 2008 New Revision: 2740 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2740view=rev Log: - fix broken plain text mails (end of header.tpl must have one empty line to separate from mime headers) - fix position of flat button (recent commit changed

[Phpwebgallery-cvs] r2741 - in /trunk/template/yoga: mail/text/plain/header.tpl menubar.css theme/Sylvia/theme.css thumbnails.css

2008-10-14 Thread Radu
Author: rvelices Date: Wed Oct 15 02:30:28 2008 New Revision: 2741 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2741view=rev Log: - merge r2740 from branch 2.0 to trunk Modified: trunk/template/yoga/mail/text/plain/header.tpl trunk/template/yoga/menubar.css

[Phpwebgallery-cvs] r2700 - in /trunk: include/common.inc.php include/functions.inc.php install.php template-common/scripts.js template/yoga/picture_nav_buttons.tpl upgrade.php

2008-10-10 Thread Radu
Author: rvelices Date: Fri Oct 10 15:11:31 2008 New Revision: 2700 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2700view=rev Log: - replace a preg_match with simple comparison (faster) - try to get rid of some JS strict warnings in FF (hope it's fixed) - template.class.php is included from

[Phpwebgallery-cvs] r2699 - in /trunk: include/template.class.php index.php template/yoga/content.css

2008-10-09 Thread Radu
Author: rvelices Date: Fri Oct 10 01:14:43 2008 New Revision: 2699 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2699view=rev Log: - removed unused var from template - removed 2 unused rules from public content.css - index.php improvement (as in picture) - the log is done after sending first

[Phpwebgallery-cvs] r2648 - in /trunk/template/yoga: default-layout.css fix-ie5-ie6.css fix-khtml.css menubar.css menubar_tags.tpl picture.css tags.tpl theme/dark/theme.css

2008-10-03 Thread Radu
Author: rvelices Date: Sat Oct 4 01:48:03 2008 New Revision: 2648 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2648view=rev Log: - fix tag cloud display with IE6/IE7 (without additionnal css hacks) - collapsed several identical selectors into one Modified:

[Phpwebgallery-cvs] r2649 - /trunk/admin/template/goto/default-layout.css

2008-10-03 Thread Radu
Author: rvelices Date: Sat Oct 4 01:51:12 2008 New Revision: 2649 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2649view=rev Log: - decrease padding on table2 TD (20px left+20 px right=40px per column lost was too much - remove unused rules Modified:

[Phpwebgallery-cvs] r2636 - in /trunk: include/template.class.php template/yoga/menubar_identification.tpl template/yoga/menubar_links.tpl template/yoga/menubar_specials.tpl template/yoga/menubar_tags

2008-10-01 Thread Radu
Author: rvelices Date: Thu Oct 2 02:30:34 2008 New Revision: 2636 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2636view=rev Log: - the optim option conf['compiled_template_cache_language'] works better Modified: trunk/include/template.class.php

[Phpwebgallery-cvs] r2637 - in /trunk/language: en_UK/help/web_service.html es_ES/help/web_service.html fr_FR/help/web_service.html it_IT/help/web_service.html nl_NL/help/web_service.html

2008-10-01 Thread Radu
Author: rvelices Date: Thu Oct 2 02:43:52 2008 New Revision: 2637 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2637view=rev Log: - removed unused help pages Removed: trunk/language/en_UK/help/web_service.html trunk/language/es_ES/help/web_service.html

[Phpwebgallery-cvs] r2627 - /trunk/include/template.class.php

2008-09-29 Thread Radu
Author: rvelices Date: Tue Sep 30 03:26:17 2008 New Revision: 2627 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2627view=rev Log: - {known_script} and {html_head} work from {include file...} Modified: trunk/include/template.class.php ___

[Phpwebgallery-cvs] r2607 - in /trunk: admin/template/goto/default-colors.css admin/template/goto/fix-ie5-ie6.css admin/template/goto/footer.tpl admin/template/goto/header.tpl template/yoga/icon/admin

2008-09-26 Thread Radu
Author: rvelices Date: Sat Sep 27 03:32:31 2008 New Revision: 2607 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2607view=rev Log: - admin remove references to unexisting css (print.css and fix-thumbnailsie56...) - fix .errors and .infos rules background-image url pointing to non existent

[Phpwebgallery-cvs] r2593 - in /trunk/template/yoga: content.css default-layout.css install.tpl thumbnails.css

2008-09-25 Thread Radu
Author: rvelices Date: Fri Sep 26 03:21:37 2008 New Revision: 2593 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2593view=rev Log: - removed 3 unused rules from thumbnails.css - changed default font-family to Arial,Helvetica,sans-serif because it is widely used, available on most platforms

[Phpwebgallery-cvs] r2594 - /trunk/template/yoga/picture.tpl

2008-09-25 Thread Radu
Author: rvelices Date: Fri Sep 26 03:40:05 2008 New Revision: 2594 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2594view=rev Log: - put the privacy level change select last in the table, added title attribute for the rating stars Modified: trunk/template/yoga/picture.tpl

[Phpwebgallery-cvs] r2595 - in /trunk: feed.php include/config_default.inc.php

2008-09-25 Thread Radu
Author: rvelices Date: Fri Sep 26 03:43:41 2008 New Revision: 2595 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2595view=rev Log: - the author in RSS feed can be configured in config_default.inc.php Modified: trunk/feed.php trunk/include/config_default.inc.php

[Phpwebgallery-cvs] r2585 - in /trunk: admin/menubar.php admin/template/goto/menubar.tpl include/ws_core.inc.php include/ws_functions.inc.php

2008-09-24 Thread Radu
Author: rvelices Date: Thu Sep 25 02:30:42 2008 New Revision: 2585 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2585view=rev Log: - some checks for admins that are advisers (no write access) - send the charset in http header for web services - tag name becomes an xml attribute instead of

[Phpwebgallery-cvs] r2586 - in /trunk: include/functions_category.inc.php index.php

2008-09-24 Thread Radu
Author: rvelices Date: Thu Sep 25 02:39:12 2008 New Revision: 2586 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2586view=rev Log: - sql optim: do not include category_cats (which makes a query) if current category does not have children (info known when building menubar) - in index.php -

[Phpwebgallery-cvs] r2578 - in /trunk: admin/template/goto/user_list.tpl template/yoga/theme/Sylvia/theme.css

2008-09-23 Thread Radu
Author: rvelices Date: Wed Sep 24 02:51:40 2008 New Revision: 2578 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2578view=rev Log: - user_list submit form without selected user shows javascript alert (now working; previously had bad XPath selector) - put #debug css rule in Sylvia/theme.css

[Phpwebgallery-cvs] r2579 - in /trunk: admin.php admin/element_set.php admin/template/goto/admin.tpl admin/template/goto/theme/roma/themeconf.inc.php

2008-09-23 Thread Radu
Author: rvelices Date: Wed Sep 24 03:27:49 2008 New Revision: 2579 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2579view=rev Log: - feature admin element set: recently posted images (nice if you forget add to caddie during synchro phase) Modified: trunk/admin.php

[Phpwebgallery-cvs] r2572 - in /trunk: include/functions_category.inc.php include/functions_search.inc.php include/functions_user.inc.php include/ws_functions.inc.php picture.php template/yoga/default

2008-09-22 Thread Radu
Author: rvelices Date: Tue Sep 23 03:04:41 2008 New Revision: 2572 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2572view=rev Log: - removed #debug css rule (why would we need that in default-layout?) - order by rank is not available in calendar/chronology mode - small non-functional change

[Phpwebgallery-cvs] r2557 - /trunk/admin/template/goto/permalinks.tpl

2008-09-21 Thread Radu
Author: rvelices Date: Sun Sep 21 13:01:36 2008 New Revision: 2557 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2557view=rev Log: - fix undefined template variable F_ACTION Modified: trunk/admin/template/goto/permalinks.tpl ___

[Phpwebgallery-cvs] r2558 - /trunk/admin/template/goto/site_manager.tpl

2008-09-21 Thread Radu
Author: rvelices Date: Sun Sep 21 13:02:04 2008 New Revision: 2558 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2558view=rev Log: - fix undefined smarty foreach loop name Modified: trunk/admin/template/goto/site_manager.tpl ___

[Phpwebgallery-cvs] r2560 - in /trunk/admin/include: functions.php functions_metadata.php

2008-09-21 Thread Radu
Author: rvelices Date: Sun Sep 21 13:06:20 2008 New Revision: 2560 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2560view=rev Log: - fix function get_fulldirs - works correctly eent for wrong params (virtual cats) - fix functions_metadata.php - could not be included from inside another

[Phpwebgallery-cvs] r2538 - in /trunk/include/smarty: ./ libs/ libs/internals/ libs/plugins/

2008-09-16 Thread Radu
Author: rvelices Date: Tue Sep 16 12:17:20 2008 New Revision: 2538 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2538view=rev Log: - upgrade smarty to latest release 2.6.20 Modified: trunk/include/smarty/NEWS trunk/include/smarty/README

[Phpwebgallery-cvs] r2515 - in /trunk: admin/template/yoga/admin/ include/ template-extension/distributed/samples/ template/yoga/

2008-09-09 Thread Radu
Author: rvelices Date: Wed Sep 10 03:16:13 2008 New Revision: 2515 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2515view=rev Log: - fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION (extend_for_templates) and F_C13Y_ACTION (check_integrity) - normalized some template variable

[Phpwebgallery-cvs] r2496 - in /trunk: admin/template/yoga/admin/user_list.tpl include/ws_functions.inc.php plugins/hello_world/ template-common/scripts.js

2008-09-03 Thread Radu
Author: rvelices Date: Thu Sep 4 02:57:55 2008 New Revision: 2496 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2496view=rev Log: - remove hello_world plugin (not working anymore) - web service method images.add works only for admins now - fix template-common js web service calls did not

[Phpwebgallery-cvs] r2497 - in /trunk: feed.php include/functions.inc.php include/functions_mail.inc.php include/template.class.php plugins/event_tracer/main.inc.php

2008-09-03 Thread Radu
Author: rvelices Date: Thu Sep 4 03:28:34 2008 New Revision: 2497 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2497view=rev Log: - bug 854: better checks of directory creations ( local_data_dir, templates_c, tmp etc...) Modified: trunk/feed.php trunk/include/functions.inc.php

[Phpwebgallery-cvs] r2491 - in /trunk: admin/ admin/include/ admin/template/yoga/admin/ language/en_UK/ language/es_ES/ language/fr_FR/ language/it_IT/ language/nl_NL/

2008-08-29 Thread Radu
Author: rvelices Date: Fri Aug 29 14:35:16 2008 New Revision: 2491 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2491view=rev Log: synchro improvements: - able to sync metadata at the same time as the files/dirs - by default empty metadata does not overwrite database infos (checkbox can

[Phpwebgallery-cvs] r2490 - in /trunk: admin/cat_modify.php admin/template/yoga/admin/cat_modify.tpl plugins/admin_multi_view/controller.php

2008-08-28 Thread Radu
Author: rvelices Date: Thu Aug 28 22:05:39 2008 New Revision: 2490 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2490view=rev Log: - fix an issue on category modify (lock/unlock display was reversed) and improved queries on submit Modified: trunk/admin/cat_modify.php

[Phpwebgallery-cvs] r2489 - in /trunk: admin/template/yoga/ admin/template/yoga/theme/admin/ include/ template-common/ template-common/lib/ template-common/lib/ui/ template/yoga/

2008-08-27 Thread Radu
Author: rvelices Date: Thu Aug 28 03:26:26 2008 New Revision: 2489 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2489view=rev Log: - removed and moved (from common to admin) some CSS rules - upgraded jQuery and accordion to latest version (and reorganised a bit their location) Added:

[Phpwebgallery-cvs] r2484 - in /trunk/include: common.inc.php functions.inc.php

2008-08-22 Thread Radu
Author: rvelices Date: Sat Aug 23 03:18:13 2008 New Revision: 2484 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2484view=rev Log: merge r2483 from branch 1.7 - security fix : when conf['question_mark_in_urls']=true , $_SERVER['PATH_INFO'] was not sanitized against sql injection - mysql

[Phpwebgallery-cvs] r2485 - in /trunk: admin/template/yoga/admin/history.tpl upload.php

2008-08-22 Thread Radu
Author: rvelices Date: Sat Aug 23 03:21:42 2008 New Revision: 2485 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2485view=rev Log: (empty) Modified: trunk/admin/template/yoga/admin/history.tpl trunk/upload.php ___ Phpwebgallery-cvs

[Phpwebgallery-cvs] r2486 - /branches/branch-1_7/upload.php

2008-08-22 Thread Radu
Author: rvelices Date: Sat Aug 23 03:21:53 2008 New Revision: 2486 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2486view=rev Log: - bug 843: Author Info not saving when photos are uploaded Modified: branches/branch-1_7/upload.php ___

[Phpwebgallery-cvs] r2483 - in /branches/branch-1_7/include: common.inc.php functions.inc.php

2008-08-22 Thread Radu
Author: rvelices Date: Sat Aug 23 03:15:33 2008 New Revision: 2483 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2483view=rev Log: - security fix : when conf['question_mark_in_urls']=true , $_SERVER['PATH_INFO'] was not sanitized against sql injection - mysql errors are now dumped using

[Phpwebgallery-cvs] r2481 - in /trunk: include/ template-common/ template/yoga/ template/yoga/theme/clear/ template/yoga/theme/dark/ template/yoga/theme/p0w0/ template/yoga/theme/wipi/

2008-08-21 Thread Radu
Author: rvelices Date: Fri Aug 22 02:45:03 2008 New Revision: 2481 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2481view=rev Log: - further reduce css rules and remove unused ones - added a smarty prefilter so that html output is nicely indented now ... Modified:

[Phpwebgallery-cvs] r2482 - in /trunk: admin/template/yoga/admin/ language/en_UK/ language/es_ES/ language/fr_FR/ language/it_IT/ language/nl_NL/ template/yoga/

2008-08-21 Thread Radu
Author: rvelices Date: Fri Aug 22 03:12:31 2008 New Revision: 2482 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2482view=rev Log: - language - removed 2 unnecessary keys from admin.lang - language - moved some keys from common.lang to admin.lang Modified:

[Phpwebgallery-cvs] r2478 - in /trunk: admin/include/functions.php include/ws_core.inc.php language/en_UK/common.lang.php language/nl_NL/common.lang.php tags.php template/yoga/picture_nav_buttons.tpl

2008-08-19 Thread Radu
Author: rvelices Date: Wed Aug 20 01:58:35 2008 New Revision: 2478 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2478view=rev Log: - ws can include php file before invoking web call method - remove Pierrick ... from some languages - tags - small change to avoid increasing number of urls -

[Phpwebgallery-cvs] r2479 - in /trunk: ./ admin/ include/ plugins/add_index/ plugins/language_switch/ template-extension/distributed/samples/ template/yoga/

2008-08-19 Thread Radu
Author: rvelices Date: Wed Aug 20 02:35:22 2008 New Revision: 2479 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2479view=rev Log: - local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too

[Phpwebgallery-cvs] r2471 - /trunk/include/functions_rate.inc.php

2008-08-11 Thread Radu
Author: rvelices Date: Mon Aug 11 13:25:07 2008 New Revision: 2471 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2471view=rev Log: (empty) Modified: trunk/include/functions_rate.inc.php ___ Phpwebgallery-cvs mailing list

[Phpwebgallery-cvs] r2470 - /branches/branch-1_7/include/functions_rate.inc.php

2008-08-11 Thread Radu
Author: rvelices Date: Mon Aug 11 13:24:59 2008 New Revision: 2470 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2470view=rev Log: - bug fix: registered users could rate a picture several times from diffrent ip adresses Modified: branches/branch-1_7/include/functions_rate.inc.php

[Phpwebgallery-cvs] r2448 - in /trunk: ./ admin/ include/ include/filter.inc.php include/functions_filter.inc.php include/functions_user.inc.php install/db/73-database.php install/piwigo_structure.sql

2008-07-22 Thread Radu
Author: rvelices Date: Tue Jul 22 12:32:25 2008 New Revision: 2448 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2448view=rev Log: - add #user_cache.cache_update_time - useful for plugins or the filter when it is not possible/desirable to cache/calculate data specific to the user when pwg

[Phpwebgallery-cvs] r2452 - in /branches/branch-1_7/include: functions_search.inc.php section_init.inc.php ws_functions.inc.php

2008-07-22 Thread Radu
Author: rvelices Date: Wed Jul 23 02:56:53 2008 New Revision: 2452 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2452view=rev Log: - merge r2451 from trunk: normalize behaviour of query search versus std search (now both return items already sorted and permission checked); also more

[Phpwebgallery-cvs] r2436 - in /branches/branch-1_7/template/yoga: admin/permalinks.tpl rating.js

2008-07-15 Thread Radu
Author: rvelices Date: Tue Jul 15 12:10:11 2008 New Revision: 2436 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2436view=rev Log: lang correction + rating stars work better with safari Modified: branches/branch-1_7/template/yoga/admin/permalinks.tpl

[Phpwebgallery-cvs] r2435 - in /trunk: include/functions_rate.inc.php include/ws_functions.inc.php template/yoga/picture.tpl template/yoga/rating.js ws.php

2008-07-14 Thread Radu
Author: rvelices Date: Tue Jul 15 03:29:23 2008 New Revision: 2435 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2435view=rev Log: - image rating on picture page done through ajax (tested safari/ie 67/ff) Modified: trunk/include/functions_rate.inc.php

[Phpwebgallery-cvs] r2429 - in /trunk: include/ws_functions.inc.php template-common/scripts.js template/yoga/picture.tpl ws.php

2008-07-11 Thread Radu
Author: rvelices Date: Sat Jul 12 02:30:27 2008 New Revision: 2429 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2429view=rev Log: - add to caddie on picture page done through ajax Modified: trunk/include/ws_functions.inc.php trunk/template-common/scripts.js

[Phpwebgallery-cvs] r2430 - in /trunk: include/section_init.inc.php picture.php

2008-07-11 Thread Radu
Author: rvelices Date: Sat Jul 12 02:33:12 2008 New Revision: 2430 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2430view=rev Log: - bug 600: Page not found after a strong rating revise (and extended to most cases when the image is not in the requested section) Modified:

[Phpwebgallery-cvs] r2431 - in /branches/branch-1_7: include/section_init.inc.php picture.php

2008-07-11 Thread Radu
Author: rvelices Date: Sat Jul 12 02:38:52 2008 New Revision: 2431 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2431view=rev Log: - merge -r2430 from trunk bug 600: Page not found after a strong rating revise (and extended to most cases when the image is not in the requested section)

[Phpwebgallery-cvs] r2424 - in /trunk: include/category_cats.inc.php include/section_init.inc.php tools/prototype.js tools/ws.htm

2008-07-05 Thread Radu
Author: rvelices Date: Sun Jul 6 00:13:28 2008 New Revision: 2424 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2424view=rev Log: - feature 832: Folders with no images sql optimization - recent pics are sorted by date descending, and only then by conf['order_by'] - updated prototype.js to

[Phpwebgallery-cvs] r2425 - in /trunk/include: functions_user.inc.php user.inc.php

2008-07-05 Thread Radu
Author: rvelices Date: Sun Jul 6 00:36:39 2008 New Revision: 2425 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2425view=rev Log: - fix some side effects with browser language (wrong display/user creation in admin and mails to admin in user browser language) Modified:

[Phpwebgallery-cvs] r2413 - in /trunk: include/common.inc.php include/ws_functions.inc.php picture.php template-common/scripts.js template/yoga/picture.tpl ws.php

2008-07-01 Thread Radu
Author: rvelices Date: Wed Jul 2 03:11:26 2008 New Revision: 2413 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2413view=rev Log: - first use of web services as Ajax: change the privacy level directly from the picture page Modified: trunk/include/common.inc.php

[Phpwebgallery-cvs] r2414 - /branches/branch-1_7/include/menubar.inc.php

2008-07-01 Thread Radu
Author: rvelices Date: Wed Jul 2 03:13:12 2008 New Revision: 2414 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2414view=rev Log: - tags improvement : pass to templates all fields in table #tags (handy for plugins such as type tags) Modified: branches/branch-1_7/include/menubar.inc.php

[Phpwebgallery-cvs] r2409 - in /trunk: ./ admin/ include/ template/yoga/

2008-06-30 Thread Radu
Author: rvelices Date: Tue Jul 1 04:09:21 2008 New Revision: 2409 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2409view=rev Log: - remember me cookie security improvement (the time when the cookie was generated is saved and checked in range [now-remember_me_length; now] - tags improvements

[Phpwebgallery-cvs] r2396 - in /trunk/template/yoga: default-layout.css tags.tpl

2008-06-23 Thread Radu
Author: rvelices Date: Tue Jun 24 01:40:55 2008 New Revision: 2396 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2396view=rev Log: - remove some warnings in tags.tpl (when debug template is true) - remove tagletter color from default-layout.css (it should be in every theme or nowhere)

[Phpwebgallery-cvs] r2355 - in /branches/branch-1_7/template/yoga: fix-ie5-ie6.css fix-khtml.css menubar.css

2008-05-23 Thread Radu
Author: rvelices Date: Fri May 23 12:13:15 2008 New Revision: 2355 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2355view=rev Log: - fix display of menubar related tags in IE7 Modified: branches/branch-1_7/template/yoga/fix-ie5-ie6.css branches/branch-1_7/template/yoga/fix-khtml.css

[Phpwebgallery-cvs] r2340 - /trunk/plugins/admin_multi_view/controller.php

2008-05-14 Thread Radu
Author: rvelices Date: Thu May 15 02:09:31 2008 New Revision: 2340 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2340view=rev Log: - admin multi view plugin allows to view the gallery as any user (not only guest/admin) Modified: trunk/plugins/admin_multi_view/controller.php

[Phpwebgallery-cvs] r2341 - /branches/branch-1_7/plugins/admin_multi_view/controller.php

2008-05-14 Thread Radu
Author: rvelices Date: Thu May 15 02:09:44 2008 New Revision: 2341 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2341view=rev Log: - admin multi view plugin allows to view the gallery as any user (not only guest/admin) Modified:

[Phpwebgallery-cvs] r2333 - in /trunk: admin/include/functions.php admin/stats.php include/functions.inc.php install/db/71-database.php install/phpwebgallery_structure.sql

2008-05-05 Thread Radu
Author: rvelices Date: Tue May 6 03:04:58 2008 New Revision: 2333 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2333view=rev Log: - remove some unnecessary db columns (#history_summary.id, #history.year, month, day and hour) Added: trunk/install/db/71-database.php (with props)

[Phpwebgallery-cvs] r2330 - /trunk/include/category_cats.inc.php

2008-05-04 Thread Radu
Author: rvelices Date: Sun May 4 11:53:42 2008 New Revision: 2330 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2330view=rev Log: - fix issue when random representant was true Modified: trunk/include/category_cats.inc.php ___

[Phpwebgallery-cvs] r2331 - /branches/branch-1_7/include/category_cats.inc.php

2008-05-04 Thread Radu
Author: rvelices Date: Sun May 4 11:55:50 2008 New Revision: 2331 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2331view=rev Log: merge r 2330 from trunk - fix issue when random representant was true Modified: branches/branch-1_7/include/category_cats.inc.php

[Phpwebgallery-cvs] r2310 - in /branches/branch-1_7: include/functions.inc.php include/functions_tag.inc.php include/picture_rate.inc.php picture.php

2008-04-25 Thread Radu
Author: rvelices Date: Sat Apr 26 01:39:06 2008 New Revision: 2310 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2310view=rev Log: - merge r2308 and r2309 from trunk to branch-1_7 - minor mysql query optimizations - less mysql queries on the picture page (under some circumstances) Modified:

[Phpwebgallery-cvs] r2307 - in /branches/branch-1_7: admin/cat_list.php admin/include/functions.php admin/maintenance.php admin/site_update.php install/upgrade_1.3.1.php

2008-04-20 Thread Radu
Author: rvelices Date: Mon Apr 21 00:25:40 2008 New Revision: 2307 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2307view=rev Log: merge r 2306 from trunk to branch-1_7 - merged function ordering() with update_global_rank() and also optimized the queries Modified:

[Phpwebgallery-cvs] r2306 - in /trunk: admin/cat_list.php admin/include/functions.php admin/maintenance.php admin/site_update.php install/upgrade_1.3.1.php

2008-04-20 Thread Radu
Author: rvelices Date: Mon Apr 21 00:20:20 2008 New Revision: 2306 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2306view=rev Log: - merged function ordering() with update_global_rank() and also optimized the queries Modified: trunk/admin/cat_list.php

[Phpwebgallery-cvs] r2303 - /branches/branch-1_7/admin/include/functions.php

2008-04-18 Thread Radu
Author: rvelices Date: Sat Apr 19 04:59:18 2008 New Revision: 2303 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2303view=rev Log: - removed some unused code - mass_updates function does not need SELECT VERSION() - rewrote update_uppercats to avoid db update if no change Modified:

[Phpwebgallery-cvs] r2286 - in /trunk: admin/ admin/include/ include/ plugins/language_switch/ template/yoga/ template/yoga/admin/

2008-03-19 Thread Radu
Author: rvelices Date: Thu Mar 20 01:35:36 2008 New Revision: 2286 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2286view=rev Log: - admin/notification_by_mail goes smarty - THE LAST ONE :-) :-) - get rid of user_list warnings - some code reorganisation in template class + explode modifier -

[Phpwebgallery-cvs] r2285 - in /trunk: admin/ admin/include/ include/ template/yoga/admin/ template/yoga/mail/text/html/ template/yoga/mail/text/html/admin/ template/yoga/mail/text/plain/admin/ templa

2008-03-18 Thread Radu
Author: rvelices Date: Wed Mar 19 00:43:38 2008 New Revision: 2285 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2285view=rev Log: - smarty for more mail templates/css Modified: trunk/admin/include/functions_notification_by_mail.inc.php trunk/admin/notification_by_mail.php

[Phpwebgallery-cvs] r2276 - in /trunk: admin/site_update.php template/yoga/admin/site_update.tpl

2008-03-11 Thread Radu
Author: rvelices Date: Wed Mar 12 02:06:50 2008 New Revision: 2276 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2276view=rev Log: site_update goes smarty Modified: trunk/admin/site_update.php trunk/template/yoga/admin/site_update.tpl ___

[Phpwebgallery-cvs] r2274 - in /trunk: include/category_cats.inc.php include/category_default.inc.php include/config_default.inc.php template/yoga/thumbnails.tpl

2008-03-10 Thread Radu
Author: rvelices Date: Tue Mar 11 03:04:27 2008 New Revision: 2274 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2274view=rev Log: - remove $conf['subcatify'] (it was my reqquest to Pierrick when plugins were not available; now it can be done through plugin) - optimization when

[Phpwebgallery-cvs] r2267 - /branches/branch-1_7/profile.php

2008-03-08 Thread Radu
Author: rvelices Date: Sat Mar 8 13:27:08 2008 New Revision: 2267 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2267view=rev Log: - security fix in profile Modified: branches/branch-1_7/profile.php ___ Phpwebgallery-cvs mailing list

[Phpwebgallery-cvs] r2268 - in /trunk: ./ admin/ include/ language/en_UK/ language/es_ES/ language/fr_FR/ language/nl_NL/ plugins/event_tracer/ template/yoga/ template/yoga/admin/

2008-03-08 Thread Radu
Author: rvelices Date: Sat Mar 8 13:38:09 2008 New Revision: 2268 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2268view=rev Log: - security fix (profile) - les langues a la hache - fix some copy/paste errors Modified: trunk/admin/group_perm.php trunk/comments.php

[Phpwebgallery-cvs] r2265 - in /trunk: ./ include/ language/en_UK/ language/es_ES/ language/fr_FR/ language/nl_NL/ template/yoga/

2008-03-07 Thread Radu
Author: rvelices Date: Sat Mar 8 02:38:37 2008 New Revision: 2265 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2265view=rev Log: - 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

[Phpwebgallery-cvs] r2260 - in /trunk: admin/upload.php admin/ws_checker.php plugins/event_tracer/ template/yoga/admin/plugin.tpl template/yoga/admin/profile.tpl template/yoga/admin/upload.tpl templat

2008-03-06 Thread Radu
Author: rvelices Date: Fri Mar 7 03:07:55 2008 New Revision: 2260 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2260view=rev Log: - some more smarty migration (admin upload ws_checker profile and plugin) Modified: trunk/admin/upload.php trunk/admin/ws_checker.php

[Phpwebgallery-cvs] r2261 - /trunk/template/yoga/admin/plugin.tpl

2008-03-06 Thread Radu
Author: rvelices Date: Fri Mar 7 03:09:46 2008 New Revision: 2261 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2261view=rev Log: - remove unused file Removed: trunk/template/yoga/admin/plugin.tpl ___ Phpwebgallery-cvs mailing list

[Phpwebgallery-cvs] r2249 - in /trunk: admin/ template/yoga/ template/yoga/admin/

2008-03-04 Thread Radu
Author: rvelices Date: Wed Mar 5 02:50:08 2008 New Revision: 2249 URL: http://svn.gna.org/viewcvs/phpwebgallery?rev=2249view=rev Log: - admin comments, configuration, element_set_global, element_set_unit, thumbnail and double_select migration to smarty - fix in redirect.tpl Modified:

  1   2   3   >