Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Curriculum-Request
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
Tim Steiner
Curriculum-Request
Graph
a35d0cc171d0a15b39dcdee665e0d71d445ddee2
Select Git revision
Branches
20
add-missing-queue-managers
additional-bulletin-pages
bulletin-sections-and-four-year-plans
disable-new-requests
fix-bulletin-view-missing-notes-error
four-year-plans
improved-chain-gui
learning-outcomes
mass-update-course-codes-in-sections
master
default
modularized-my-requests
project-setup-docs
projects-task-24
projects-task-27
projects-task-28
projects-task-31
projects-task-32
projects-task-43
projects-task-51
projects-task-53
Tags
5
svn-redesign
svn-popups
svn-trunk
svn-performance
svn-tim
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jul
11
9
8
7
2
1
30
Jun
27
26
25
24
23
20
19
18
11
4
12
May
6
1
29
Apr
28
24
23
21
18
16
15
14
11
10
8
1
31
Mar
26
7
25
Feb
22
20
18
11
6
4
31
Jan
30
28
25
23
22
18
17
17
Dec
10
6
20
Nov
19
14
9
8
7
6
2
1
31
Oct
25
19
18
17
16
15
8
5
4
3
2
1
28
Sep
26
25
21
20
19
14
12
11
10
7
6
5
4
31
Aug
30
23
22
21
20
15
2
1
23
Jul
6
Jun
29
Mar
14
Feb
5
2
1
31
Jan
26
25
11
8
5
11
Dec
6
15
Nov
14
6
3
31
Oct
19
17
Typos
Fix Courses_CourseModel::findLatestOfRequest() to not bomb out when given an empty array.
Scheduled email alerts.
Fix Requests_ApproverVoteModel::findUsersVotesForRequests() to not bomb out when given an empty array.
Fix Requests_ApprovalActionModel::findByRequest() to not bomb out when given an empty array.
Fix Courses_CourseModel::findParentOfRequest() to not bomb out when given an empty array.
Allow submitters to edit during the Submitter Approval action.
Change default options for Submitter Approval action to Approve and Withdraw
Update some of the model factory methods to gracefully handle being passed arrays with 0 members.
Request viewing now has previous and next links (again)
Add some messages to the index and login pages.
Update saved requests to actually save to the database again.
Raw dump of courses in iACE Committee now available at /iace in tab separated values format
Bug fix for when viewing/editing courses with no credits defined.
Limit the types of files that may be attached to requests.
Limit the types of files that may be attached to requests.
Fix a bug where people who had completed requests under "My submissions" would get a fatal error.
Add a check on Requests_ApprovalChainModel::consider() to be sure we aren't considering any completed requsets.
Bug fix on recent sorting commits.
Slightly more advanced sorting.
Basic sorting of requests on My Requests page re-added.
Disable sorting links, since they don't work right now.
Fix the url for the collapsed arrow icon.
Fix redirect urls to not be empty.
Implement the Restart ApprovalAction
Disallow users from editing their own requests once they've been submitted.
Don't store files in the database anymore, since we can only support a combined file size total of 1MB if we do it that way.
Vote approval action implemented.
Basic support for allowing users to change their votes in Queue/Vote actions
Basic support for customizing which decisions are available to each approval action.
Ignore updload directory's contents
Added Approval Chain Manager (can only edit links at this time)
Various updates to Approval actino/chain/body/link models
Added some unility methods to Unl_Model_Collection
Added a "tagline" to My Requests page.
Subject/Department/College routers now return the correct list of possible results.
Bug fix in results of Auth_GroupModel::findByUser
Switch the last of the Controllers to inherit from App_ instead of Unl_Controller_Action
Explicitly tell the view that we're using XHTML, so it outputs valid XHTML.
Title tags need closing too!
Loading