Download Problems
Support
Add index.html to directories that have none
Fix merge problems: commit 1.
Move PATH to load.php.
Remove duplicate session_start();
Merge branch 'develop' of github.com:crazyskegg...
Add basic database setup script.
Set a constant of the site's name based on the ...
End script with error if database connection br...
Add HTML header and footer to register page.
Update comments
Run includes/load-includes.php on login.php and...
Various updates to database functions
Enable session support in index.php
Merge branch 'base-system-load-pages' into develop
Update README.md
Upload basic theme info.
Move languages/en.php to languages/en/php-works...
Merge pull request #2 from crazyskeggy/base-sys...
Update README.md
Merge pull request #3 from crazyskeggy/base-system
New forums!
Contributor's Guide
Home
Translator's Guide
Home
Update translation strings, including a fix to ...
Improve PAGE definition by setting it to "index...
Add login and registration forms.
Update the index.php header comment.
Adjust comments in constants.php
Remove unneeded whitespace
Create a LOADED constant, so that a script know...
Add the PATH constant to constants.php
Add a first revision of scripts to process logi...
Add a basic upload script, which shows a bare-b...
Update PHPDoc comment in load.php
Add functions to access the database. Support M...
Update strings for English and add comments des...
Add FILES_DIR to config.php
Prevent config.php from accidentally getting pu...
Make pwVersion contain "alpha" / "beta" / "RCx"...
Move REQUIRE and INCLUDE calls to includes/load...
Hello, World!
Add initial English translation for main app
Include functions for translations.
Add `/includes/checkserver.php` to check the se...
Move constants.php to the install root
Create "blank" /files directory
Add `constants.php` with constants required for...
Add the index page (loads the load page) and th...
Add PHPDoc support to config-php and move Datab...
Rename MySQL Server to MySQL Host and make smal...
Initial commit
Create config.php - added "sample" to beginning...
Update README.md
Add instructions for non-server directory
Merge pull request #1 from crazyskeggy/base-sys...
Fix missinb semicolon in Table Prefix definition.
Add Eclipse to .gitignore