Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NMC-PHP-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
NewMediaCenter
NMC-PHP-Framework
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
17
Apr
12
7
Mar
27
Feb
23
Jan
21
Dec
12
9
21
Nov
17
16
15
16
Dec
1
10
Aug
30
Jun
28
22
7
4
3
May
7
Apr
26
Mar
23
4
Dec
29
Jul
14
25
Jun
1
May
13
Apr
17
Mar
10
5
9
Feb
27
Oct
18
Jun
6
May
22
Feb
25
Jan
10
Dec
20
Nov
25
Oct
19
28
Sep
21
12
11
10
7
23
Aug
15
2
1
23
Jul
6
Jun
10
May
29
Mar
23
Feb
6
5
1
31
Jan
11
9
8
5
6
Dec
17
Nov
14
13
31
Oct
30
25
5
11
Sep
6
28
Aug
21
28
Jun
18
May
26
Apr
In the WdnTemplate helper, allow a link to be defined as a string in addition to the existing array definition.
master
master
Fix a bug when no Zend_Log is registered with Zend_Registry as 'log'.
Update WdnTemplate view helper to support version 3.1 of the templates and make it the default.
Add support to the WdnTemplate for setting UNL_Templates::$options via application.ini
Add support for using Zend_Log to log not just non-fatal PHP errors, but PHP fatal errors and unhandled exceptions.
Adding singleton support to Zend_Db_Table via Unl_Db_Table_Abstract
Adding IpWhitelist Zend_Auth_Adapter and Zend_Controller_Plugin
Moving transparent CAS authentication to make room for other transparent authenticators.
Added a method to Unl_Auth_Cas_Adapter to determin if it was used to authenticate the current user.
Ignore the IP Address check from the XSRF token and add a user agent check.
Add logging to the XSRF token verification.
Make the baseUrl available to jQuery in WdnTemplate() .
Fix a redirect loop when a user with an expired CAS session tried to transparently log in.
Adding loginPath and logoutPath as layout options.
Updates to CAS Authentication.
Adding the UNL WdnTemplate view helper that can be used to create layouts based on the UNL Template.
Removing the UNL BaseUrl view helper since Zend now includes one.
Adding a abstract Authenication Zend_Controller_Action that can be extended to implement a CAS based login controller action.
Check to see that the LDAP extension is enabled before attempting to use it in the Unl_Ldap class.
Bug fix in updated Cas Auth Adatper.
Update the CAS Auth adapter to use the Unl_Cas class. This change will require changes if you use the CAS Auth Adapter.
Prevent a notice message from showing up.
Add the option for a return URL when generating the logout URL.
Add some comments to the HtmlDiff view helper.
Hopefully prevent any style tags from showing up in the differences create from the HtmlDiff view helper.
Add a HtmlDiff view helper for use in change requests.
Fix a bug when starting a new session in Unl_Cas
Fixing a issue that threw a notice.
Splitting out the CAS library into a standalone class. Still need to refactor Unl_Auth_Adapter_Cas to be a wrapper of Unl_Cas.
Update CAS auth adapter to support single sign out.
Change formSelectYear view helper to include next year in the list.
Remove cookie handling code from CAS auth since its being handled upstream now.
Major updates to the Unl_Auth_Adapter_Cas with API changes.
Added a class to generate and verify anti-CrossSite Request Forging (XSRF) tokens.
Update to Unl_Model_Collection::merge() to support reindexing of duplicate keys
Remove the Unl_Controller_Action::_redirect() method, since its in ZF now.
Switched the Authorize helper from an app specific model to Zend_Auth
Add a null date class that can be used as a Zend_Date object, but when output, displays "Unknown" or a similar message.
Create an autoloader that is compatible with ZF 1.8.0
Bug fix for serviceUrl appending "?"
Loading