0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor updates (mainly formatting) in INSTALL, LICENSE, and README. More... about 12 years ago
Merge branch 'gh-pages' of github.com:maxfierke/arcanecms More... about 12 years ago
Merge branch 'master' of github.com:maxfierke/arcanecms More... about 12 years ago
Created gh-pages branch via GitHub More... about 12 years ago
Ignore those pesky ~ backup files. More... about 12 years ago
Fixing #8: Issues with isset, empty and unset on DBObject properties More... over 12 years ago
Configuration updates to prevent 500 errors on Nginx More... over 12 years ago
Many, many new things! *Changed all singleton objects to getInstance(). +Added Blog controller class. It's in its infancy. +Added Arcane Installer controller. +Added showColumns function to Database to allow database independent column listing. *Updated DBLoop to use Database class and PDO. *Changed DBObject so that it uses the database independent showColumns(). *DBPager changes. +Added FormHelper class to allow easy creation of forms. +Added InputHelper class for use by FormHelper. +Added BlogPost and Page DBObjects. *Tags are now curly brackets "{}" instead of "%%". (Tumblr-esque) *DB install files now have published status for blog posts. +Started Arcane standard theme. More... over 12 years ago
*Router now passes on the entire params array instead of just id. id is still param['id'] or param[0]. +Added a sample nginx config file that fixes a major security flaw with Arcane and SQLite. *Fixed RSS to use Database class functions instead of MySQL. More... over 12 years ago
Added simple admin class with no functionality yet. More... over 12 years ago
Moved auth SALT constant to config so the salt can be used elsewhere. More... over 12 years ago
Changed MySQL dependent SQL syntax to backend independent SQL in functions.inc.php More... over 12 years ago
Whoopsie, looks like I had to change shortname to slug. More... over 12 years ago
+Added magic __sleep() and __wakeup() functions to database. *PDO now returns errors in the form of PHP warnings instead of PDOExceptions. *Formatting might be a little messed up. I switched editors. *Fixed DBLoop to be compatible with SQLite. *Fixed DBObject to be compatible with SQLite. *Fixed DBSession to be compatible with SQLite. *Loop now uses the backend-independent Database class functions instead of mysql functions. +Added RSS feed generating function to node for use when the user goes to /rss *Page pref uses SHA256 instead of MD5 now. +Added /rss route as a default route that executes Node::RSS() *RSS is now a singleton. *RSS now uses the backend-independent Database class functions instead of mysql functions. *Stats passes params correctly. *URLcache passes params correctly. +Added blog table to sqlite.sql and mysql.sql for use by the soon-to-be-added blog support. More... over 12 years ago
More README type stuffs about how to contribute and what is supported. More... over 12 years ago
+Added sample config file. It must be edited and rename to class.config.php to work. -Removed class.config.php More... over 12 years ago
Merge branch 'master' of github.com:maxfierke/arcanecms More... over 12 years ago
+Added new row count method to return row count from select statements when using SQLite *Fixed SQLite support. Everything should function the same when using either MySQL or SQLite. *Fixed DBSession query statements +Added .htaccess to block any form of outside access to the db directory and the SQLite databases contained. More... over 12 years ago
Revert "Revert "*Removed all the mysqli stuff and switched to a purely PDO database implementation."" More... over 12 years ago
Revert "*Removed all the mysqli stuff and switched to a purely PDO database implementation." More... over 12 years ago
*Removed all the mysqli stuff and switched to a purely PDO database implementation. NOTE: This is mostly just me backing up my working copy. Some of the stuff won't work. MySQL still works as expected but SQLite is having some issues. More... over 12 years ago
Cleaned up LICENSE More... over 12 years ago
*.gitignore stuff More... over 12 years ago
*Fixed an extra parenthesis. +Started SQLite3 support. More... over 12 years ago
-Removed master.inc.php and moved it all to index.php because it made more sense. More... over 12 years ago
+Added config setting dbType for specifying mysql or sqlite. +Converted Database from using the older PHP MySQL implementation to the newer and improved MySQLi implementation. *Very minor additional changes. More... over 12 years ago
*Uploaded the correct index.php instead of the one from my test server. More... over 12 years ago
*Formatting fixes. Teeheee! More... over 12 years ago
*Changed login() to doLogin to make room for the view action login(). +Added login() to display login page. -Removed class.browsercheck.php -Removed class.browserinfo.php *Rename view.httperror.php back to class.httperror.php +Added the Node class for loading of pages from database. *New Router Class *Changed Stats to make use of the getBrowser() instead of the more limited get_browser() which has been removed. *Removed the unnecessary framework_autoload() and replaced it with __autoload() +Made use of the router class to allow index.php to handle requests by passing it onto Router. *Changed 'shortname' field in the SQL file to 'slug'. *Changed 'parent' field in the SQL file to 'parent_id'. *Changed 'ownerid' field in the SQL file to 'owner_id'. More... over 12 years ago
+Added INSTALL file for install and server configuration instructions. *Fixed some formatting in README More... over 12 years ago