Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StudentAdmissionsApplications
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
Digital Experience Group
StudentAdmissionsApplications
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
1
Mar
29
Feb
8
Dec
6
28
Nov
10
2
31
Oct
28
27
19
14
13
12
10
6
5
4
3
30
Sep
29
27
26
20
19
15
14
12
Remove more outdated onchange events.
master
master
remove the old onchange function, it's no longer needed.
Remove more back buttons, let's not confuse the user when he/she has a back button.
Remove the go back a page button, the user has a back button.
Make sure the required attribute is working correctly in IE.
Use the correct selector for odd.
Add show/hide to the asides.
Fix the legend wrapping in old FF.
Back to odd.
not sure why, but jQuery was adding the 'odd' class to even lis. This reverses that.
Fix the layout issues in IE.
Apparently, if using a CSS psuedo-selector in a rule that IE doesn't support, it will skip other comma-seperated selctors in the same rule.
The required indicator on legends is wrapping because of the new span hack, so let's try setting the span hack to a more dynamic width. May not work.
When a user selects no for english native language, force the requirement of the native language field. JS was built for this, I had simply forgotten the ID for the li.
For fieldset legends in older browsers, we need to control the width. This dynamically adds a span, which we can start styling. Using percentage widths now, but I think we'll need something more specific.
When selecting permanent resident or citizen of another country, the other input field should not be required. Fix this.
Change the submit button colors.
Add some red throughout the forms.
style the core courses per Tabitha's request to better group and present.
A few validation errors.
The last of the files do complete an HTML overhaul. whew.
Update the visiting app to the same look and feel, with valid code.
set the correct content type.
Use the correct grad date values.
Complete overhaul of markup for page2 of the international application. Whew!
include docretain file here instead of main file.
Fix the province field lengths, add the additional HS information to this fieldset.
Refactor markup to use elements from highschools.jspf for consistency.
Add QS value for page2. This will allow us to effectively track application funnel steps.
Forgot this one in the initial project
Wrap with latest template.
Move hidden field declorations to consistent place across other pages.
Page 1 now passes the FAE with 100%
More final adjustments prior to accessibility review for freshman app.
Reimplement all the JS functionality on the second application page.
Cut down on the forced whitespace in the textarea.
remove unused section.
grammer fixes.
Fix validation errors on page 2 and includes.
Fix ellipsis.
Loading