nearly release yet?
This commit is contained in:
parent
fada3d8750
commit
647e97ba86
22
README.txt
22
README.txt
@ -6,14 +6,11 @@
|
|||||||
/_______ /|___| /__|__|_| /__|_| /__|\___ >_______ \
|
/_______ /|___| /__|__|_| /__|_| /__|\___ >_______ \
|
||||||
\/ \/ \/ \/ \/ \/
|
\/ \/ \/ \/ \/ \/
|
||||||
|
|
||||||
Shimmie 2.3 Beta
|
Shimmie 2.3
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
This code is for people who want to write extensions compatible with the
|
1000 days since the first import was converted to git \o/
|
||||||
next version of shimmie. You can run a production site with it if you're
|
|
||||||
feeling brave, but it's not recommended.
|
|
||||||
|
|
||||||
If there is a feature here, and not in the stable branch, that's probably
|
And over a year since the last non-beta release x_x
|
||||||
because the feature doesn't work yet :P
|
|
||||||
|
|
||||||
|
|
||||||
New since 2.2
|
New since 2.2
|
||||||
@ -27,6 +24,8 @@ For admins:
|
|||||||
o) Improved extension management, built-in documentation function
|
o) Improved extension management, built-in documentation function
|
||||||
o) Built-in documentation for extensions
|
o) Built-in documentation for extensions
|
||||||
o) Better spam filtering
|
o) Better spam filtering
|
||||||
|
o) CAPTCHA tests for signup and anonymous comments
|
||||||
|
o) Detailed event logging
|
||||||
|
|
||||||
For users:
|
For users:
|
||||||
o) New default theme
|
o) New default theme
|
||||||
@ -36,6 +35,13 @@ For users:
|
|||||||
o) Better searching
|
o) Better searching
|
||||||
o) Cooliris support
|
o) Cooliris support
|
||||||
o) Search for images you've voted for (simple "favourites" system)
|
o) Search for images you've voted for (simple "favourites" system)
|
||||||
|
o) Gravatar support
|
||||||
|
o) Nicer date formatting
|
||||||
|
o) Random image extension
|
||||||
|
o) The current featured image is linkable
|
||||||
|
o) Private message system
|
||||||
|
o) Only the most recent posts for each image shown on the comment list
|
||||||
|
o) Image pools extension
|
||||||
|
|
||||||
For developers:
|
For developers:
|
||||||
o) More sensible APIs
|
o) More sensible APIs
|
||||||
@ -43,6 +49,8 @@ For developers:
|
|||||||
o) Preliminary SQLite & Postgres support, for people with very small and
|
o) Preliminary SQLite & Postgres support, for people with very small and
|
||||||
very large sites (Not all extensions are compatible yet though)
|
very large sites (Not all extensions are compatible yet though)
|
||||||
|
|
||||||
|
And much more that I can't remember \o/
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
@ -55,7 +55,7 @@ define("DEBUG", true);
|
|||||||
define("COVERAGE", true);
|
define("COVERAGE", true);
|
||||||
define("CACHE_MEMCACHE", false);
|
define("CACHE_MEMCACHE", false);
|
||||||
define("CACHE_DIR", false);
|
define("CACHE_DIR", false);
|
||||||
define("VERSION", '2.3-beta10');
|
define("VERSION", '2.3-rc1');
|
||||||
define("SCORE_VERSION", 's2hack/'.VERSION);
|
define("SCORE_VERSION", 's2hack/'.VERSION);
|
||||||
define("COOKIE_PREFIX", 'shm');
|
define("COOKIE_PREFIX", 'shm');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user