📄 changes
字号:
Since version 1.1.1 * Modify-box now handles events with ID 0 properly. * srccalendar=> ALTER TABLE srcevent ADD COLUMN modify_id int4; * Added submitted modifications. (Changes to event, modify-box, approve-box, and search-box.) * Made the already-existing help for the search box available.Since version 1.1 * Fixed a few typos ($GLOBALS[$variable] instead of $GLOBALS["variable"]). * Added submitter's name to submission notification. * Added check for trailing slash in $config_php_utils. * The PAM module should now accept passwords with spaces. (Thanks to Andrea Whitlock.) * Added a missing AND in delete-box's "next batch" query. (My old professor John Myers stumbled onto this bug.) * Fixed MD5 salt detection, needed to call substr. (Mark Bryant helped me find this one.) * Calendar no longer depends on the return value of exec in the various places where it's called. (Thanks to Nicholas Waltham and Jason Ford for noticing that this broke with PHP 3.0.15.) * basic.css now included.Since version 1.0 Thanks go to Bruce Tenison for taking the time to implement a few new features. * Updated INSTALL intructions. * Fixed a typo in the approve-box help. (BT) * Put Login button before Clear button in login-box. (BT) * Put the submit button before Clear in advanced search form. * Changed the year displayed in session expiration to 4 digits. (BT) * Calendar-box supports highlighting days with events with a lovely shade of green. (BT and me). * Added a new index table to speed up green highlighting and event browsing in general. * Implemented e-mail notification of a submitted event. (BT) * Implemented e-mail notification of an approved event. * Auth-Shadow supports MD5 crypting as well as old-style Unix crypt. (BT) * Auth-Pam added with support for PAM authentication. (BT) * Changed event submission to select on the OID of the previous insert, instead of selecting on the entire event, to get the event ID. * Updated a couple links in the event class to remember the current timestamp. * Learned about a little SQL concept we like to call "transactions". Event submission, modification, and deletion now use transactions to avoid inconsistencies in the database. * Added a friendlier error message when sessions expire while submitting or modifying an event. The user is asked to enable cookies, log in, and click the back button a few times to avoid re-typing a bunch of stuff. * Added a check for enabled cookies. It sets a test cookie and passes another variable in the URL to let the page know it should check for the test cookie. * Login box now notifies user when cookies appear to be disabled. * New page - genIndex.php3 - in the calendar directory regenerates the index table. * Month view feature added which displays all of the month's events, similarly to the weekday view. * Added a separate config file for a bunch of site-specific settings. (BT and me) * NIS authentication module courtesy of Scott Moser.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -