No description
  • PHP 78.4%
  • HTML 10.4%
  • JavaScript 4.7%
  • Smarty 3.4%
  • CSS 2.5%
  • Other 0.6%
Find a file
Eric bac7567b5c PHP 5.3 compatibility - Deprecated functions were replace as follows :
ereg() -> preg_match()
ereg_replace() -> preg_replace()
eregi() -> preg_match() with the 'i' modifier
eregi_replace() -> preg_replace() with the 'i' modifier
set_magic_quotes_runtime() -> No more usefull. Fixed it by adding "@" prefix.

git-svn-id: http://piwigo.org/svn/trunk@3747 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-17 16:21:09 +00:00
admin PHP 5.3 compatibility - Deprecated functions were replace as follows : 2009-08-17 16:21:09 +00:00
doc merge r3132 from branch 2.0 to trunk 2009-02-12 23:20:40 +00:00
galleries Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
include PHP 5.3 compatibility - Deprecated functions were replace as follows : 2009-08-17 16:21:09 +00:00
install Feature 1026: Update column save author_id with value 2009-06-26 09:57:28 +00:00
language merge r3728 from branch 2.0 to trunk 2009-08-12 21:03:20 +00:00
plugins merge r3728 from branch 2.0 to trunk 2009-08-12 21:03:20 +00:00
template - fix php warning from comment_list.tpl 2009-07-16 05:20:34 +00:00
template-common complement to r3282, remove all $Id$ in source code. 2009-05-13 23:21:06 +00:00
template-extension complement to r3282, remove all $Id$ in source code. 2009-05-13 23:21:06 +00:00
tools PHP 5.3 compatibility - Deprecated functions were replace as follows : 2009-08-17 16:21:09 +00:00
about.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
action.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
admin.php merge r3521 from branch 2.0 to trunk 2009-07-04 21:26:42 +00:00
category.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
comments.php - fix php warning from comment_list.tpl 2009-07-16 05:20:34 +00:00
feed.php fix html warnings. unclosed monotags 2009-03-09 19:41:45 +00:00
identification.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
index.php Create navigation_bar.tpl file. 2009-03-05 21:08:04 +00:00
install.php PHP 5.3 compatibility - Deprecated functions were replace as follows : 2009-08-17 16:21:09 +00:00
nbm.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
notification.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
password.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
picture.php Feature 1026 : Modify / delete comments for users 2009-06-23 13:44:58 +00:00
popuphelp.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
profile.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
qsearch.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
random.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
register.php bug fix #933 : quick fix to prevent html injection 2009-03-08 12:34:32 +00:00
search.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
search_rules.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
tags.php Last (I hope) paranoic optims ... 2009-02-14 02:24:10 +00:00
upgrade.php Move template class inclusion to common.inc.php. 2009-03-16 16:57:10 +00:00
upgrade_feed.php Administration: happy new year 2009, all PHP headers updated. 2009-01-04 23:28:36 +00:00
upload.php PHP 5.3 compatibility - Deprecated functions were replace as follows : 2009-08-17 16:21:09 +00:00
ws.php merge r3453 from branch 2.0 to trunk 2009-06-24 23:01:35 +00:00