Merge r96 to trunk. |
|
More...
|
about 13 years ago
|
Committing a bunch of changes from over a year ago. |
|
More...
|
over 13 years ago
|
Bump version number to 0.3.0-dev. |
|
More...
|
over 14 years ago
|
Allow multiple global messages. |
|
More...
|
almost 15 years ago
|
Improve sorting for assignments and tests. |
|
More...
|
almost 15 years ago
|
Revert "fix" from r80 that actually broke days when editing schedule items. |
|
More...
|
almost 15 years ago
|
Add breadcrumbs to all pages. |
|
More...
|
almost 15 years ago
|
Fix a slight security bug that caused the course selector to show every user's schedule items. |
|
More...
|
almost 15 years ago
|
Escape text used in SQL queries using Database::escape(), rather than addslashes(). |
|
More...
|
almost 15 years ago
|
Add and implement Base::print_sub_navigation(), which automatically generates sub-navigation from an array of data. |
|
More...
|
almost 15 years ago
|
Fix bug that caused the wrong semester list to be displayed after editing a time-shifted test. |
|
More...
|
almost 15 years ago
|
Add link to institution-specific views to get back to full semester view. |
|
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. |
|
More...
|
almost 15 years ago
|
Update copyright notices for 2010. |
|
More...
|
about 15 years ago
|
Add global message for making announcements on every page. |
|
More...
|
about 15 years ago
|
Add ability to keep track of user registration date. |
|
More...
|
about 15 years ago
|
Remove colors from 'courses' table. (They're already available in the 'schedules' table.) |
|
More...
|
about 15 years ago
|
Fix copy-and-paste error that made User::_check_email_address_availability() fail. |
|
More...
|
over 15 years ago
|
Update installation instructions to better reflect the current state of SASHA. |
|
More...
|
over 15 years ago
|
Add user registration via additional functions in the User class, as well as a new register.php file. |
|
More...
|
over 15 years ago
|
Add documentation comments for some of the recent class and function additions. |
|
More...
|
over 15 years ago
|
Added new formatting for messages, including good, bad, and generic. |
|
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. |
|
More...
|
over 15 years ago
|
Added new logo for favicon and header. |
|
More...
|
over 15 years ago
|
Add ability to log in and out, which ties in very nicely with the sessions system introduced in r55. |
|
More...
|
over 15 years ago
|
Renamed Base::current_semester property to Base::default_semester. |
|
More...
|
over 15 years ago
|
Grr. Forgot to add new Forms class file mentioned in r62. |
|
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. |
|
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). |
|
More...
|
over 15 years ago
|
This should be the final move commit. Note to self: never hand-edit .svn/entries files. |
|
More...
|
over 15 years ago
|