]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
1.4-alpha massive commit:
authorozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>
Wed, 2 Sep 2009 20:26:34 +0000 (20:26 +0000)
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>
Wed, 2 Sep 2009 20:26:34 +0000 (20:26 +0000)
commit8f6fabba4b17ecf3fda12bef12a879fa459b8cef
tree6dc88d4971ba0bc1bd977d67cdeed4fe60208962
parentb2ea1003f9ce5d08b20ed18f8eae57093e84cba5
1.4-alpha massive commit:
- now using a global object $ydb for everything related to DB and other globally needed stuff
- change in DB schema: now storing URLs with their keyword as used in shorturl, allowing for any keyword length
- change in DB schema: new table for storing various options including next_id, dropping table of the same name
- change in DB schema: new table for storing hits (for stats)
- added an upgrader from 1.3 to 1.4
- improved the installer, with .htaccess file creation

git-svn-id: http://yourls.googlecode.com/svn/trunk@103 12232710-3e20-11de-b438-597f59cd7555
14 files changed:
admin/index.php
admin/index_ajax.php
admin/upgrade.php [new file with mode: 0644]
changelog.txt [new file with mode: 0644]
includes/class-mysql.php
includes/config-sample.php
includes/functions-install.php
includes/functions-upgrade.php [new file with mode: 0644]
includes/functions-xml.php
includes/functions.php
includes/load-yourls.php [new file with mode: 0644]
includes/version.php
js/insert.js
yourls-go.php