aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/install.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-01syntax errorplegall1-2/+0
git-svn-id: http://piwigo.org/svn/trunk@25279 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19feature 2978: remove useless sprintf in the coremistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14Use common language strings on install.tpl and remove duplicates from ↵mistic1001-4/+4
install.lang.php git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14fix display of install page (when was it broken ?) + html5 doctypemistic1001-9/+8
git-svn-id: http://piwigo.org/svn/trunk@23211 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2021 change contents of the mail + add option on admin/user_listmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2021 email notification on user creation, add checkboxes on register ↵mistic1001-5/+9
and install pages git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13bug 2469 compiled_template_cache_language option does not work properly on ↵rvelices1-1/+1
some language keys because of double escaping git-svn-id: http://piwigo.org/svn/trunk@12427 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08feature 2431: only keep MySQL on installation formplegall1-53/+0
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01add rounded borders for chrome/IE9 on install.php buttons and input fieldsplegall1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@12028 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06bug:2214patdenice1-1/+1
packed cluetip doesn't exist any more for install. git-svn-id: http://piwigo.org/svn/trunk@9554 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24Display installation screen in IE7Gotcha1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@9373 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31bug 2118 fixed: don't open a new tab once installation is finishedplegall1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@9008 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27feature 2087 added: use a checkbox in the installation screen for newsletter ↵plegall1-14/+39
subscription git-svn-id: http://piwigo.org/svn/trunk@8311 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26feature 2086 added: switch installation screen to a clear background themeplegall1-88/+111
git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-16jquery upgrade to 1.4.4rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-08add a warning about SQLite/PostgreSQL: they are currently in "experimental"plegall1-1/+29
state. git-svn-id: http://piwigo.org/svn/trunk@6128 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-02Improve the install confirmation page: dedicated button to download theplegall1-0/+30
database.inc.php file. git-svn-id: http://piwigo.org/svn/trunk@5571 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-27Simplify installation message, no need to explain the following step, theplegall1-2/+7
"no photo yet" feature makes the explanations useless at this point. .infos admin block is used to display messages, I've set the background transparent here, because it's the only message of the page. Anyway, I don't think using .infos blocks are relevant if that's the only message on the page. git-svn-id: http://piwigo.org/svn/trunk@5408 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22Sylvia style is back for installation and upgrade pages.patdenice1-0/+33
git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21feature 1255: set mysql as default engine.patdenice1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@5220 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21feature 1502: replace $theme.name by $theme.id in admin header.tplpatdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5219 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-13feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall1-5/+25
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-02Feature 1450 :nikrou1-1/+1
- add "subscribe %s" - fix misspelling in install.tpl and in install.php git-svn-id: http://piwigo.org/svn/trunk@5022 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-02Feature 1451 : localization with gettextnikrou1-28/+28
Use php-gettext (developpement version rev43, because of php5.3) as fallback Use native language (english) instead of key for translation Keep directory en_UK for english customization Need some refactoring for plurals Todo : managing plugins in the same way git-svn-id: http://piwigo.org/svn/trunk@5021 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-02-27Feature 1460 : Customize form installation depending on database enginenikrou1-2/+8
- sqlite is proposed by default if severals database engine are available (cf conf) - sqlite is proposed before pdo-sqlite - remove host, user and password for sqlite git-svn-id: http://piwigo.org/svn/trunk@4985 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-04Feature 1255 : migration scriptnikrou1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@4423 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-02Feature 1255 :nikrou1-0/+15
- add postgres database engine - change installation process to allow postgres or mysql database git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-20merge r3765 from branch 2.0 to trunkplegall1-2/+2
bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 for feature:1020)) into a "open in the same", but it is important to keep the window with newsletter subscription links opened. git-svn-id: http://piwigo.org/svn/trunk@3768 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-01merge r3714 from branch 2.0 to trunkpatdenice1-1/+3
bug 895 : At the end of install, webmaster is automatically connected with two buttons: "Home" and "Admin" git-svn-id: http://piwigo.org/svn/trunk@3715 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-31merge r3381 from branch 2.0 to trunkplegall1-3/+12
feature 1020 added: ability to subscribe to Piwigo Announcement Newsletter from Piwigo itself. Admins can perform this action at the end of installation or on administration panel index. git-svn-id: http://piwigo.org/svn/trunk@3382 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13complement to r3282, remove all $Id$ in source code.plegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@3283 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-05-13change: according to topic:15067, svn:keywords property was removedplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3282 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-09fix html warnings. unclosed monotagsnikrou1-13/+13
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-14Display bug on install pagepatdenice1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@3074 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-23- Add home and identification buttons after installation.patdenice1-0/+6
- Use fetchRemote function for remote site actions. - Corrections in fetchRemote fnction. - Move PLUGIN_PICTURE_BEFORE in picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2902 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-03- Add roma theme to upgrade page.patdenice1-1/+1
- Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- change mysql_escape_string function (deprecated) by mysql_real_escape_string.patdenice1-1/+1
- Correction on install.tpl (link color). git-svn-id: http://piwigo.org/svn/trunk@2752 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- Install process now looks like goto/roma.patdenice1-0/+152
- Move install.tpl to goto template. - add charset utf8 to fatal error function. - Check php version on install and upgrade, and die if < 5. git-svn-id: http://piwigo.org/svn/trunk@2747 68402e56-0260-453c-a942-63ccdbb3a9ee