Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webbasics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
webbasics
Graph
b91f9709b6851af0b5814606ca7066375bc5cde0
Select Git revision
Branches
2
master
default
security
Tags
1
v0.1
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Feb
9
Oct
8
6
5
9
Sep
8
22
Jul
21
20
17
16
15
14
Added link to docs in README
master
master
Fixed missing camelcase rename in Logger
changed filename in include statement
security
security
Implemented first version of security and user classes
Moved asprintf() to utilities file
Added PHPActiveRecord as a submodule
Session::destroy() now also removes session data from cookie
Security class now implements the Singleton interface
Renamed a test file
Added some more handlers with built-in security support
Corrected typo in docs
Started implementing Security class, and added some documentation on what the result should be
Updated TODO list
Simplified Autoloader class into an easy-to-use singleton
Ignored PHPActiveRecord directory from unit tests and documentation
Updated some docs
Updated TODO list
Added PHPActiveRecord directory (from security branch) to ignore file
Added Singleton interface
Unit tested handlers.php, solving some bugs
Added utilities file with camelize() function
Output buffering is now closed earlier in session unit tests
Added BaseHandler implementation (needs unit tests)
Added RouteHandler functionaity to Router class
Changed README to a .md file
Added Session class
Added some items to TODO list
Removed finished TODO
Now using phpdoc template 'abstract'
Aded build directory to ignored phpunit files
Template class now uses FormattedException instead of RuntimeException
Added FormattedException to base file
Configured phpdoc to use Zend template
asprintf() now supports digits in keys
Added base include file that includes the entire library
Camelized class method names
Accidentally lowercased package name in docs...
Lowercased namespace
Updated code style to C-like standards
v0.1
v0.1
Removed UTF-8 forced encoding in variable varule escaping, and replaced htmlentities with htmlspecialchars.
Loading