Mercurial
Mercurial
>
repos
>
enano-1.1
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Permissions mix-up on Nighthawk, straightening things out. Unstable alpha release: 1.1.4 (Caoineag alpha 4)
1.1.4
2008-07-12, by Dan
Tagging for latest release
2008-07-12, by Dan
Re-merge of c9ea830a211f (oops)
2008-07-12, by Dan
Unstable alpha release: 1.1.4 (Caoineag alpha 4)
2008-07-12, by Dan
Fixed a few more PostgreSQL bugs with insert_id() and an issue with setting SERIAL columns manually. May break things if installed into a database without first dropping tables.
2008-07-12, by Dan
Fixed up the save routine in PageManager a bit
2008-07-12, by Dan
Final readme revision for release 1.1.4
2008-07-12, by Dan
Made the rank editor actually refresh the ranks cache upon creating/editing/deleting a rank. It's 5 in the morning, I'm going to bed, release is first thing after breakfast and coffee.
2008-07-12, by Dan
Added KNOWN_BUGS file.
2008-07-12, by Dan
Added group_rank option in admin group manager and user_title option in admin user manager
2008-07-12, by Dan
Fixed DiffieHellman in UserManager and added rank selector
2008-07-12, by Dan
Added Gravatar support in UserManager in admin panel
2008-07-12, by Dan
Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
2008-07-12, by Dan
Fixed a few more upgrader glitches and polished things a bit more.
2008-07-12, by Dan
Refined upgrade process a bit. Uses libenanoinstall (incomplete), and post stage added to flush caches and import new strings
2008-07-12, by Dan
Hopefully fixed user_timezone bug in PostgreSQL upgrade
2008-07-12, by Dan
Fixed bad ALTER command in PostgreSQL 1.1.2 -> 1.1.3 upgrade
2008-07-09, by Dan
Fixed language string loading in upgrader
2008-07-09, by Dan
Fixed another bad tinyMCE reference in editor.js
2008-07-09, by Dan
Added Gravatar support! And it's really configurable too.
2008-07-09, by Dan
Added "default" option for getConfig() and made setConfig() only set if the new value is different
2008-07-09, by Dan
Oops, somehow changed mysql_query() to pg_query() in MySQL DBAL
2008-07-09, by Dan
Fixed undefined group_rank_id in sessions
2008-07-09, by Dan
Fixed missing require() on search.php in rebuild_page_index()
2008-07-09, by Dan
Got the installer working. Fixed a few bugs including a nasty-to-debug issue where the lang_id was being hardcoded during installation, resulting in strings being inserted with the wrong lang_id causing an infinfinite loop with fetch() throwing a "no strings" error and using template (which calls fetch()) to complain
2008-07-09, by Dan
Fixed lack of str_replace() to runtime-patch cache_anon_sidebar
2008-07-09, by Dan
Got user registration working with the new componentized JS framework
2008-07-09, by Dan
Completed work (we hope) on CacheManager admin page
2008-07-09, by Dan
Made CLI version of common load cache manager properly
2008-07-09, by Dan
Sprited icons for admin panel applets
2008-07-09, by Dan
Fixed gzip output - no longer depends on ob_gzhandler(), uses gzencode() now with a failsafe available if gzencode() is not available. Public function gzip_output() remains unchanged.
2008-07-09, by Dan
Fixed a few places where page metadata cache should have been purged (there may be a few more commits like this)
2008-07-09, by Dan
Merging nighthawk and scribus branches (now that nighthawk isn't panicked anymore)
2008-07-07, by Dan
First stab at cache management backend. Everything seems to have been tested and working so far, but a number of things require a more specialized cache and can't go through the framework (e.g. user ranks which use references to map usernames to user IDs)
2008-07-07, by Dan
Moved enano_safe_array_merge() to functions.php as comment.php depends on it
2008-07-07, by Dan
First draft of new CacheManager admin page. Backend is yet to be implemented.
2008-07-07, by Dan
Fixed missing require() on math.php in SpecialUserFuncs
2008-07-07, by Dan
Moved all account deactivation notice presentation code to its own method in sessions
2008-07-07, by Dan
Fixed missing randkey() method in rijndael.php
2008-07-07, by Dan
Fixed $use_cache bug in plugins.php
2008-07-07, by Dan
Fixed missing require() on stats.php in pageprocess; made pageprocess update the metadata cache on page rename
2008-07-07, by Dan
Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
2008-07-07, by Dan
Added the theme_is_<themeid> template boolean value to allow conditional template code depending on theme ID (in shared templates, sidebar blocks, etc.)
2008-07-07, by Dan
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
2008-07-07, by Dan
Added failsafe .htaccess files to enable far future Expires and mod_deflate
2008-07-03, by Dan
As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.
2008-07-03, by Dan
A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
2008-07-03, by Dan
More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
2008-07-02, by Dan
Another sweep from the optimization monster.
2008-07-02, by Dan
Made $session->private_key protected and added pk_{en,de}crypt methods for encrypting and decrypting data using the private key
2008-06-30, by Dan
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
2008-06-30, by Dan
[minor] Added password_score_* into placeholder functions
2008-06-26, by Dan
Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
2008-06-26, by Dan
Oops, scriptPath isn't defined in jsres.php.
2008-06-26, by Dan
Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
2008-06-26, by Dan
Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
2008-06-26, by Dan
Fixed missing table_prefix in generate_rank_sql()
2008-06-26, by Dan
Installer should work with JS componentization now
2008-06-26, by Dan
Majorly reworked Javascript runtime stuff to use on-demand loading.
2008-06-24, by Dan
Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
2008-06-22, by Dan
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip