1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge r96 to trunk.
Gordon P. Hemsley
as gphemsley
More... about 13 years ago
Committing a bunch of changes from over a year ago.
Gordon P. Hemsley
as gphemsley
More... over 13 years ago
Bump version number to 0.3.0-dev.
Gordon P. Hemsley
as gphemsley
More... over 14 years ago
Allow multiple global messages.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Improve sorting for assignments and tests.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Revert "fix" from r80 that actually broke days when editing schedule items.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Add breadcrumbs to all pages.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Fix a slight security bug that caused the course selector to show every user's schedule items.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Escape text used in SQL queries using Database::escape(), rather than addslashes().
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Add and implement Base::print_sub_navigation(), which automatically generates sub-navigation from an array of data.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Fix bug that caused the wrong semester list to be displayed after editing a time-shifted test.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Add link to institution-specific views to get back to full semester view.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Work around MySQL backwards-compatibility issue with the BIT type, which returns as binary from 5.0, but decimal from 5.1.
Gordon P. Hemsley
as gphemsley
More... almost 15 years ago
Update copyright notices for 2010.
Gordon P. Hemsley
as gphemsley
More... about 15 years ago
Add global message for making announcements on every page.
Gordon P. Hemsley
as gphemsley
More... about 15 years ago
Add ability to keep track of user registration date.
Gordon P. Hemsley
as gphemsley
More... about 15 years ago
Remove colors from 'courses' table. (They're already available in the 'schedules' table.)
Gordon P. Hemsley
as gphemsley
More... about 15 years ago
Fix copy-and-paste error that made User::_check_email_address_availability() fail.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Update installation instructions to better reflect the current state of SASHA.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Add user registration via additional functions in the User class, as well as a new register.php file.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Add documentation comments for some of the recent class and function additions.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Added new formatting for messages, including good, bad, and generic.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Added inc/inc.misc.php, which currently contains the functions exists() and does_not_exist(), which are used for easier variable checking.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Added new logo for favicon and header.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Add ability to log in and out, which ties in very nicely with the sessions system introduced in r55.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Renamed Base::current_semester property to Base::default_semester.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Grr. Forgot to add new Forms class file mentioned in r62.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Renamed SASHA class to Base class. Pulled form-related functions out of Base class and into Forms class. Renamed and rescoped formatting functions in Base class. Fixed bug introduced with r56 where table listings for a specific institution were not properly handled. Added display of institution name when listing only for that specific institution. Perhaps some other miscellaneous changes that got lost in the shuffle.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
Update all paths to reflect new directory structure. Turn HTML errors back on, since we no longer have to worry about invalid XML errors (due to r53).
Gordon P. Hemsley
as gphemsley
More... over 15 years ago
This should be the final move commit. Note to self: never hand-edit .svn/entries files.
Gordon P. Hemsley
as gphemsley
More... over 15 years ago