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