2007-11-24 |
Dan |
Hopefully once again fix scriptPath detection in dbal.php
|
changeset |
files
|
2007-11-24 |
Dan |
Fix missing REPORT_URI variable in template_nodb
|
changeset |
files
|
2007-11-24 |
Dan |
Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
|
changeset |
files
|
2007-11-23 |
Dan |
Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough
|
changeset |
files
|
2007-11-22 |
Dan |
Made the username validation regexp in install less picky since it was blacklisting two of the letters in my name. >.<
|
changeset |
files
|
2007-11-22 |
Dan |
Feature freezing repository for Coblynau release
|
changeset |
files
|
2007-11-22 |
Dan |
Entering feature freeze for Coblynau release
feature-freeze
|
changeset |
files
|
2007-11-22 |
Dan |
AJAX login box now briefly shows the message "success" when a login is successful
|
changeset |
files
|
2007-11-22 |
Dan |
Deprecated and removed Oxygen css-simple/bleu.css
|
changeset |
files
|
2007-11-22 |
Dan |
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
|
changeset |
files
|
2007-11-21 |
Dan |
Re-add search_results hook and changed column type of search_index.word to varchar(64) in installer schema
|
changeset |
files
|
2007-11-21 |
Dan |
Merging in new search algo from Scribus
|
changeset |
files
|
2007-11-21 |
Dan |
Minor fix for the password meter in Admin:UserManager
|
changeset |
files
|
2007-11-21 |
Dan |
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
|
changeset |
files
|
2007-11-18 |
Dan |
Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
|
changeset |
files
|
2007-11-18 |
Dan |
Fixed a couple of renaming issues in the installer
|
changeset |
files
|
2007-11-18 |
Dan |
Hopefully managed to put enough hacks in there to make renaming the config file the last step, so if it fails, it can be done manually
|
changeset |
files
|
2007-11-18 |
Dan |
Removed stray debug message in installer
|
changeset |
files
|
2007-11-18 |
Dan |
Well I'm an idiot - the fulltext index on page_text was missing from a default installation. It didn't break searches but probably slowed them down tremendously. Also set engine to MyISAM on page_text to avoid cryptic error messages from MySQL.
|
changeset |
files
|
2007-11-18 |
Dan |
Major improvements in the security of the CAPTCHA system (no SQL injection or anything like that); fixed denied form submission due to _af_acting on form object wrongly switched to true
|
changeset |
files
|
2007-11-17 |
Dan |
Javascript validation for install DB info form didn't allow dashes
|
changeset |
files
|
2007-11-17 |
Dan |
Changed default content for the main page to something a lot more user-friendly and helpful
|
changeset |
files
|
2007-11-17 |
Dan |
Rewrote some security code in PageUtils::savepage to accommodate the ACL system better; there was an issue with non-admin users saving pages on which they have edit rights but wiki mode is turned off
|
changeset |
files
|
2007-11-17 |
Dan |
Fixed: secure-cookie option is no longer set if $_SERVER['HTTPS'] is set but == "off"
|
changeset |
files
|
2007-11-17 |
Dan |
Patched in dash-in-database-name fix from unstable
|
changeset |
files
|
2007-11-15 |
Dan |
Merge in installer fixes from 204 (ba28d43a6b86)
|
changeset |
files
|
2007-11-15 |
Dan |
Merging in all changes from revision 185 (90b7a52bea45)
|
changeset |
files
|
2007-11-15 |
Dan |
Fixed a few (more) MySQL issues with the installer and dashes in the database name
|
changeset |
files
|
2007-11-10 |
Dan |
Database name can now contain dashes (as per requested at http://forum.enanocms.org/viewtopic.php?f=5&t=14); corrected some installer behavior issues with connecting as root and setting up permissions resulting in logs not being flushed, configs not being inserted, and what have you.
|
changeset |
files
|
2007-11-09 |
Dan |
Cleaned up some HTML in the installer; corrected some phpDoc syntax errors
|
changeset |
files
|
2007-11-06 |
Dan |
Fix installation with MySQL root option
|
changeset |
files
|
2007-11-06 |
Dan |
Out with the old, in with the new. Welcome to Enano's new installer framework!
|
changeset |
files
|
2007-11-05 |
Dan |
Second try (need config.php to exist before the API can be started, duh)
|
changeset |
files
|
2007-11-05 |
Dan |
Renaming config.php and .htaccess to *.new to allow tarbombing an Enano installation with no adverse effects; first attempt, may not work right.
|
changeset |
files
|
2007-11-04 |
Dan |
"Fix" e-mail parse bugs in installer
|
changeset |
files
|
2007-11-03 |
Dan |
Fix PHP4 compatibility (function def. of password_score)
|
changeset |
files
|
2007-11-03 |
Dan |
Alternate scaling using GD is implemented now; images will be scaled with ImageMagick if enabled and working; else, GD will be used. No UI changes to speak of, but a check in the installer will be added in a later commit
|
changeset |
files
|
2007-11-02 |
Dan |
Fixed: invalid smartform input to Admin:UserManager when errors present and changing own account; [demo mode] default user can no longer change password
|
changeset |
files
|
2007-11-01 |
Dan |
F'ing private message message_read column...
|
changeset |
files
|
2007-11-01 |
Dan |
Fixed: radiobutton state in Admin:GeneralConfig not remembered when registration disabled
|
changeset |
files
|
2007-10-23 |
Dan |
Slight HTTPS compatibility improvements
|
changeset |
files
|
2007-10-22 |
Dan |
Nothing special at all. Unnamed sidebar blocks will show the text <Unnamed> instead of just showing nothing, thus making them renamable
|
changeset |
files
|
2007-10-21 |
Dan |
[minor] added bottom margin for enanocms.org fading button
|
changeset |
files
|
2007-10-21 |
Dan |
Nothing real special. The AJAX loading icon can be changed using the Javascript variable ajax_load_icon in header.tpl.
|
changeset |
files
|
2007-10-21 |
Dan |
Fixing permissions
|
changeset |
files
|
2007-10-21 |
Dan |
That merge did NOT go well.
|
changeset |
files
|
2007-10-21 |
Dan |
Merging in changes from 9e205056f825
|
changeset |
files
|
2007-10-21 |
Dan |
Merging in changes from 9b4279c25d33
|
changeset |
files
|
2007-10-21 |
Dan |
Merging in changes from db8a849ad4c9
|
changeset |
files
|
2007-10-21 |
Dan |
SECURITY: Fixed possible SQL injection in PageUtils page protection; general cleanup of PageUtils; blocked using Project: prefix for page URL strings
|
changeset |
files
|
2007-10-20 |
Dan |
Implemented cron image into Oxygen and St Patty as promised; fixed way-outdated version numbers in plugins
|
changeset |
files
|
2007-10-20 |
Dan |
Added a cron framework. Currently tasks will not be run; will implement into templates in next commit
|
changeset |
files
|
2007-10-20 |
Dan |
Sidebar blocks can be renamed now (untested except in Fx2)
|
changeset |
files
|
2007-10-18 |
Dan |
Automatic set of state on Oxygen sidebar portlets should work now; reimplemented parts of the template parser (again) to workaround some PHP/PCRE issues and add support for parser plugins
|
changeset |
files
|
2007-10-15 |
Dan |
SECURITY: Fix failure to log login failure on no row match
|
changeset |
files
|
2007-10-15 |
Dan |
Merge between Scribus and Nighthawk
|
changeset |
files
|
2007-10-14 |
Dan |
Coupla cheap hacks in St. Patty to make developing more color themes easier
|
changeset |
files
|
2007-10-12 |
Dan |
Replaced autocompleting username with a much more efficient algorithm and caching system
|
changeset |
files
|
2007-10-09 |
Dan |
Fixed some regular expressions in HTML optimization algorithm; regex page groups can be edited now (oops)
|
changeset |
files
|
2007-10-07 |
Dan |
More minor Ux improvements
|
changeset |
files
|
2007-10-07 |
Dan |
AJAX login box is now used in userprefs panel; Spry shake effect and general UX on auth fail is smoother now; added ajaxLoginNavTo() JS function
|
changeset |
files
|
2007-10-07 |
Dan |
SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
|
changeset |
files
|
2007-10-07 |
Dan |
Minor text change + link to docs for "about keep-alive" help dialog
|
changeset |
files
|
2007-10-07 |
Dan |
"Perhaps you were looking for" box now only shows if strlen($q) >= 4
|
changeset |
files
|
2007-10-07 |
Dan |
Dummy commit to (hopefully) revert merge of unstable code
|
changeset |
files
|
2007-10-07 |
Dan |
Added tag rebrand for changeset d53cc29308f4
|
changeset |
files
|
2007-10-07 |
Dan |
Rebrand as 1.1.1; everything should now be bumped to "unstable" status
|
changeset |
files
|
2007-10-06 |
Dan |
Fixed external links in tplWikiFormat to use my monster HTTP request regex
|
changeset |
files
|
2007-10-06 |
Dan |
Fixed comment stripping in sanitize_html()
|
changeset |
files
|
2007-10-06 |
Dan |
Improvements and fixes (hacks?) for HTML sanitization
|
changeset |
files
|
2007-10-05 |
Dan |
Major revamps to the template parser. Fixed a few security holes that could allow PHP to be injected in untimely places in TPL code. Improved Ux for XSS attempt in tplWikiFormat. Documented many functions. Backported much cleaner parser from 2.0 branch. Beautified a lot of code in the depths of the template class. Pretty much a small-scale Extreme Makeover.
|
changeset |
files
|
2007-10-04 |
Dan |
Fixed text colors on pages when dark system themes are used (bug could be seen using MurrinaNightOrange on an Ubuntu system)
|
changeset |
files
|
2007-10-02 |
Dan |
Fixed: wiki mode edit notice should be shown on fallback editor now
|
changeset |
files
|
2007-10-02 |
Dan |
Fixed: RenderMan::parse_internal_links() problems with prepending Project: instead of Site_name: to project page alias-namespace links
|
changeset |
files
|
2007-10-02 |
Dan |
SECURITY: tightened up validation for rollbacks
|
changeset |
files
|
2007-10-01 |
Dan |
Creating pages doesn't insert that crappy javascript hack anymore
|
changeset |
files
|
2007-10-01 |
Dan |
Feature add: new page group type: regular expression match (PCRE)
|
changeset |
files
|
2007-09-30 |
Dan |
Oops forgot to update common.php version
|
changeset |
files
|
2007-09-30 |
Dan |
Added tag rebrand for changeset 42c6c83b8a00
|
changeset |
files
|
2007-09-30 |
Dan |
Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153
|
changeset |
files
|
2007-09-30 |
Dan |
Merging branches from Scribus and Nighthawk
|
changeset |
files
|
2007-09-30 |
Dan |
Added a new Javascript variable, aclDisableTransitionFX, that will switch off effects on message boxes and the ACL editor when set to true
|
changeset |
files
|
2007-09-30 |
Dan |
Added tag rebrand for changeset 42c6c83b8a00
|
changeset |
files
|
2007-09-30 |
Dan |
Rebrand for 1.0.2 (again, lol)
|
changeset |
files
|
2007-09-29 |
Dan |
Added tag rebrand for changeset 0b5244001799
|
changeset |
files
|
2007-09-25 |
Dan |
Added tag rebrand for changeset 6f0bbf88c325
|
changeset |
files
|
2007-09-25 |
Dan |
Rebrand for 1.0.2b1
1.0.2b1
|
changeset |
files
|
2007-09-25 |
Dan |
Improved response time for username autofill; fix JS login box in Safari (bug surfaced only after 1.0.1)
|
changeset |
files
|
2007-09-24 |
Dan |
Added tag rebrand for changeset ca9118d9c0f2
|
changeset |
files
|
2007-09-24 |
Dan |
Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
|
changeset |
files
|
2007-09-24 |
Dan |
SECURITY: Anonymous user can't be edited now; user accounts could be deleted even if errors detected; user CP saving disabled for demo mode
|
changeset |
files
|
2007-09-23 |
Dan |
Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.
|
changeset |
files
|
2007-09-20 |
Dan |
Sync Oxygen Bleu and Mint; fixed list-style-image ref and ordered lists getting bulleted
|
changeset |
files
|
2007-09-19 |
Dan |
SECURITY: Fix unescaped SQL in paths.php rebuild_page_index()
|
changeset |
files
|
2007-09-18 |
Dan |
Fix: textarea tags got stripped naked by the HTML optimizer, now no longer
|
changeset |
files
|
2007-09-18 |
Dan |
Fix: internal links parsed with RenderMan::parse_internal_links() did not get namespaces prepended; added Project: alias namespace for internal links
|
changeset |
files
|
2007-09-18 |
Dan |
Enano should now fully support UTF-8 usernames; newly registered users are now granted automatic edit access to their user pages (admins can still use protection on the page)
|
changeset |
files
|
2007-09-18 |
Dan |
Oops - forgot to add pwstrength.js
|
changeset |
files
|
2007-09-18 |
Dan |
Fully implemented password complexity enforcement; added encryption for passwords on registration form; some baby steps taken towards supporting international usernames - this is not working very well, we might need a hackish fix; TODO: implement password strength meter into installer UI and get international usernames 100% working
|
changeset |
files
|
2007-09-17 |
Dan |
[sync only] Minor display change in Special:About_Enano; added initial PHP function for password strength testing
|
changeset |
files
|
2007-09-13 |
Dan |
Fix: activation e-mails were signed by Anonymous :-)
|
changeset |
files
|
2007-09-12 |
Dan |
Fixed unwanted sanitization in Admin:PageManager form submit
|
changeset |
files
|
2007-09-11 |
Dan |
Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
|
changeset |
files
|
2007-09-09 |
Dan |
Improved ban control page and allowed multiple entries/IP ranges; changed some parameters on jBox; user level changes are logged now
|
changeset |
files
|
2007-09-08 |
Dan |
Vastly improved UX for a login to an inactive account
|
changeset |
files
|
2007-09-08 |
Dan |
Merging Nighthawk and Scribus repositories
|
changeset |
files
|
2007-09-08 |
Dan |
Fixed some rather major bugs in the registration system, this will need a release followup
|
changeset |
files
|
2007-09-07 |
Dan |
Added tag release for changeset 8df3abef6647
|
changeset |
files
|
2007-09-07 |
Dan |
Fixed the two known issues in the release notes; tarballs will be updated accordingly
|
changeset |
files
|
2007-09-07 |
Dan |
Fixed the two known issues in the release notes; tarballs will be updated accordingly
|
changeset |
files
|
2007-09-07 |
Dan |
1.0.1 Loch Ness stable release
|
changeset |
files
|
2007-09-07 |
Dan |
PROPOSED RELEASE: 1.0.1 (Loch Ness)
1.0.1
|
changeset |
files
|
2007-09-07 |
Dan |
Merging Scribus and Nighthawk repositories
|
changeset |
files
|
2007-09-07 |
Dan |
Added keep-alive function to admin panel (had been planned for some time) and a new hook, template_var_init_end
|
changeset |
files
|
2007-09-07 |
Dan |
Bugfix in Special:AllPages; fixed tinyMCE under Opera (finally!)
|
changeset |
files
|
2007-09-07 |
Dan |
Made most special pages "visible"; fixup for non-existent special page redirect in paths.php; rewrote Special:AllPages to have pagination (WiP, Special:SpecialPages is possibly next, depending on whether paginate_array works or not)
|
changeset |
files
|
2007-09-04 |
Dan |
Fixed the obnoxious issue with forms using GET and index.php?title=Foo URL scheme (this works a whole lot better than MediaWiki now
|
changeset |
files
|
2007-09-04 |
Dan |
Nothing special, just syncing to Scribus, several bugs have been found with GET forms and a fix is in the works
|
changeset |
files
|
2007-09-02 |
Dan |
Oops - fixed small glitch in delvote_ips converter code
|
changeset |
files
|
2007-09-02 |
Dan |
Rewrote all code related to delvote_ips column to use serialize()
|
changeset |
files
|