0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial work on setTermdate More... over 13 years ago
remove netbeans project files More... over 13 years ago
cleanup More... over 13 years ago
move more towards DateTime More... over 13 years ago
Fixed regression for summer break year More... over 13 years ago
Moved towards DateTime class extention More... over 13 years ago
part fix for issue 1, moved epoch into UoY_Date More... over 13 years ago
Correcting test file More... over 13 years ago
tidy up + comments More... over 13 years ago
removed all xpath from UoY_DateHandler.php More... over 13 years ago
Started to extract Cache manipulation functions More... over 13 years ago
Extracted Config options More... over 13 years ago
Added project logo More... over 13 years ago
corrected documentation to SimpleXMLElement More... over 13 years ago
Added some input checks to Date, some output conversions to DateHandler (should probably be moved up the code so that things become the correct types as soon as possible), and a minor change to DateTest. More... over 13 years ago
Separated constants into new class; begun creating a unit test for UoY_DateTest. More... over 13 years ago
Changed both class files to pass a phpcs run with PEAR code standards. This involved the creation of many doc strings, some of which may be erroneous. More... over 13 years ago
changed to protected More... over 13 years ago
tidy up and fix bug due to change from an array to UoY_Date More... over 13 years ago
Corrected mistake for week identification, for numbering Monday will be first day of a week and Sunday the last, the entire week gets the weeknumber even if some of those days the university isn't open. At least one day in the week will be during term if the whole week is numbered. Hope that made sense. More... over 13 years ago
Delete lib-urysocs.php. NB: Some of the most recent changes to lib-urysocs.php may not have been incorporated into this fork; apologies if this is the case. More... over 13 years ago
Several changes both to make the test run locally and also to create a new date object that is returned by the date handler. The date handler file has been renamed for consistency. More... over 13 years ago
Moved details to the GitHub wiki for now More... over 13 years ago
Modified two of the function names to make the public interface easier to remember More... over 13 years ago
Fixed a few programming bugs More... over 13 years ago
removed cache array variable, solved year -1 week numbers, showed the use of UoY_DateHandler::term_info($epoch) in the test.php More... over 13 years ago
Added MAYBE's for possible renames, also uoy_term_info is now just term_info More... over 13 years ago
Move class towards static Bootloader makes directory if needed Command line version concidered since $_SERVER may not exist Added protected function 'cache_exists' Breaks also provide week numbers in the form 1,2,3 TODO term 0 is last years, need to add code to work out continuation of which week of last years summer term More... over 13 years ago
Objectified and changed local XML path to point to document root, as part of an attempt to get it working with the URY API and local testing thereof. More... over 13 years ago
Remove duplicate xml segment More... over 13 years ago