0
I Use This!
Inactive

Commits : Listings

Analyzed 13 minutes ago. based on code collected 17 minutes ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding a plain text version of the GNU General Public License Version 2. More... over 19 years ago
Comments header modified to reflect changes made. More... over 19 years ago
Typecasted the fourth argument (int month) to the mktime() function as an int in the line initializing $id_month in order to avoid a warning about passing a string instead of an int as an argument. More... over 19 years ago
Fixed the code so that the body title is displayed correctly when executed using PHP >=5.1.0 (PHP 5.1.0 added "o" as a format character in the argument to the date() function and this caused "of" in the body title to be displayed incorrectly). More... over 19 years ago
Updated the version listed from 0.7.1 to 0.8.0. More... almost 20 years ago
Fixed formatting (removed manual wrapping of lines). Also, changed "NCP Athletic/P.E. Department Web Team" to "NCP Athletic Department Web Team." Fixed a grammatical mistake (changed "FOLLOWING ALSO RECIEVES" to "FOLLOWING ALSO RECIEVE"). Added new credits. More... almost 20 years ago
Changed the comment header to reflect the changes made. More... over 20 years ago
Changed to give the ability to perform modifications to the event title data. More... over 20 years ago
Changed to reflect the addition of the event title feature. Thus, you can now modify event titles as well as event descriptions. Also, changed the event description input field to a text-area (<textarea>). In addition, fixed an incorrect link in an error message page. More... over 20 years ago
Added a section (#DateLink) to define the date field link attributes. More... over 20 years ago
Removed the year from the date field. Also, made the date field a link that opens a pop-up window displaying the given day's events (uses calendar.php's pop-up window feature to achieve this). More... over 20 years ago
Now displays the event title along with the event description. Also, added title cells indicating the field of data. More... over 20 years ago
Changed the "Version" field in the header to reflect the last change made. More... over 20 years ago
Fixed a bug causing events without a title to not display the event description. The fix involved replacing the use of the is_null() function with strlen(). More... over 20 years ago
The CSS code has been moved to a separate file (news.css). Thus, modifying the formatting should now be easier. More... over 20 years ago
Moved all the CSS code to two separate files (one for the code controlling the regular display, and the other for the code controlling the pop-up box). Thus, modifying the formatting should now be simpler. More... over 20 years ago
Added news.css This file contains all the CSS code for the news page. More... over 20 years ago
Added calpopup.css This file contains all the CSS code for the pop-up box generated by the calendar script displaying a given day's event(s). More... over 20 years ago
Adding calnormal.css This file contains all the CSS code for the regular calendar display (i.e. not the pop-up box). More... over 20 years ago
Rewrote the code for the pop-up window displaying a given day's events. Changes include a new design and the use of valid XHTML 1.0 Transitional and valid CSS. The calendar script should now be fully World Wide Web Consortium (W3C) standards compliant. More... over 20 years ago
Comments header modified to reflect changes made. More... over 20 years ago
Now displays only the event titles. In a situation where the title is empty/NULL the event description data is shown. More... over 20 years ago
Changed to reflect modifications regarding event titles (i.e. now adds a title field to the event data table). More... over 20 years ago
Removed the "Version" and the "Last Modified" fields from the comments header. More... over 20 years ago
Modified to allow the submission of either just the event title or just the event description data. More... over 20 years ago
Added the ability to submit a title with an event. Changed the actual event description input field to a text area (<textarea>). More... over 20 years ago
Fixed typo in the code ($db_prefix was written as $db_prexfix). More... over 20 years ago
Rewritten to use valid XHTML 1.0. The formatting is now CSS driven. The page design has also been changed to a simpler one. More... over 20 years ago
Improved calendar script. Formatting now driven completely by CSS. Cleaned up the code, and thus no near-duplicate code as before. More... over 20 years ago
Implemented the function, filter_var(), which can be used to prevent SQL injection. More... almost 22 years ago