]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Massive commit
authorozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>
Sat, 9 Oct 2010 11:41:41 +0000 (11:41 +0000)
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>
Sat, 9 Oct 2010 11:41:41 +0000 (11:41 +0000)
commit6c3bb82368b3413e2e170d4c4a31458da1ea6c13
tree1f0b8edf03e3b137e5cdc2df624c4bf49e4bb12f
parent610e1ac3142ffec37657433a20892a1da59b415e
Massive commit
- renamed index_ajax.php to admin-ajax.php: name more accurate, no underscore to avoid error with htaccess RewriteCond (wtf?)
- renamed all parameters "mode" to "action"
- added nonces to Add, Edit, Save, Delete buttons. Fixes issue 425.
- changed behavior & args of yourls_verify_nonce()
- cosmetic tweak in CSS (edit row bg color)
- new function: yourls_site_url() to return YOURLS_SITE with http(s) preference
- comply to SSL pref when loading ressources. Fixes issue 512.
- Ajax URL now echoed in head, complying to SSL pref

git-svn-id: http://yourls.googlecode.com/svn/trunk@511 12232710-3e20-11de-b438-597f59cd7555
admin/admin-ajax.php [moved from admin/index_ajax.php with 62% similarity]
admin/plugins.php
css/style.css
includes/functions-auth.php
includes/functions-html.php
includes/functions.php
js/common.js
js/insert.js