0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*Requests are no longer sent to index.php as query strings, but as request URIs. *A user level can be specified now when adding a new user using createNewUser() +Added ARCANE_DEFAULT_PAGE config option to hold the value of the page to load by default. +Tags can now be processed in the body by ThemeEngine. *framework_autoload() uses require_once instead of require to prevent future issues. +HTTPError view object to facilitate the handling of HTTP errors. More... over 12 years ago
+Added parent column to pages to be used for the creation of child pages. *Changed default page owner to id 1 (site admin) More... over 12 years ago
*Config include path is now relative to DOC_ROOT. This will help in dynamic subdirectory configurations. More... over 12 years ago
*All requests for non-existant files or directories are now handled by index.php *Tweaks to make the code work in scenarios where a site uses dynamic subdirectories. +Added ARCANE_SITE_URL macro to store the URL of the base of the Arcane powered site. +Added %siteurl% tag so internal links will work in themes if the site is using dynamic subdirectories. *Changed user agent for CURL to Linux x86_64 instead of Mac for obvious reasons. *Changed $themeengine to $ThemeEngine to fit the current naming scheme a little better. *index.php no allows a GET query string that gets broken up into arrays by a / delimiter. This allows the use of dynamic subdirectories or extensionless pages. Requests can be passed in various ways: e.g. http://example.com/about/ and http://example.com/about are all valid URLs that point to http://example.com/index.php?page=pagename but they look a lot cleaner. More... over 12 years ago
+Added the content directory for theme-independent files such as images, downloads, and other site data. More... over 12 years ago
Revert "README Formatting..." More... over 12 years ago
README Formatting... More... over 12 years ago
ArrhhhHhhhhhh conflictssss More... over 12 years ago
Merge branch 'master' of github.com:maxfierke/arcanecms More... over 12 years ago
Ignore the themes and the content directory for now. More... over 12 years ago
Ignore the themes directory for now. More... over 12 years ago
+Added some documentation. More... over 12 years ago
README changes... More... over 12 years ago
*Switched from md5() to hash() using sha256. Much more secure, but slower. More... over 12 years ago
PHP tag fixes. More... over 12 years ago
PHP tag fixes. More... over 12 years ago
*The redirect to 404 was using DOC_ROOT instead of WEB_ROOT for some reason. More... over 12 years ago
*ARCANE_SITE_NAME should show up now. More... over 12 years ago
Fix readme logo. More... over 12 years ago
Cleaned up the README. Added some new information. More... over 12 years ago
-Removed ThemeEngine include as that's all handled by master.inc.php now. More... over 12 years ago
+Added ThemeEngine object creation. More... over 12 years ago
*Renamed singlton to getThemeEngine to better fit the naming conventions of the rest of Arcane. *Removed the creation of a ThemeEngine object as that will now be handled by master.inc.php More... over 12 years ago
PHP tag fixes. More... over 12 years ago
PHP tag fixes. More... over 12 years ago
PHP tag fixes. More... over 12 years ago
*Renamed some things. More... over 12 years ago
*Removed Yahoo! Geocode stuff as I saw no need for it. More... over 12 years ago
PHP tag fixes. More... over 12 years ago
PHP tag fixes. More... over 12 years ago