Skip to content
Snippets Groups Projects
ChangeLog 3.06 MiB
Newer Older
 style.inc        |  1 +
 6 files changed, 66 insertions(+), 2 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Fri Jun 16 08:36:54 2000 +0000

    User-based authentication supported (see AUTHENTICATION)
    Better support for bookings spanning multiple days
    User can specify "Whole Day" bookings
    Units other than "Hours" are supported (Mins, Hours, Days, Weeks)
    Thanks to Sam Mason <smason@mtc.ricardo.com> for much of this

 AUTHENTICATION (new)    | 179 ++++++++++++++++++++++++++++++++++++++
 ChangeLog               |  14 +--
 FAQ (gone)              |  28 ------
 INSTALL                 |   2 +
 README                  |   2 +
 auth.inc (new)          |  47 ++++++++++
 auth_ext.inc (new)      |  96 ++++++++++++++++++++
 auth_ip.inc (new)       |  47 ++++++++++
 badpw.pl (new +x)       |  25 ++++++
 config.inc              |  12 +++
 del_entry.php3          |  53 ++++++++++-
 edit_entry.php3         |  91 ++++++++++++++-----
 edit_entry_handler.php3 |  54 ++++++++++--
 functions.inc           |  38 ++++++++
 help_trailer.inc (gone) |   2 -
 lang.en                 |  12 ++-
 lang.ja                 |  14 ++-
 smb_auth.c (new)        |  21 +++++
 trailer.inc             |  13 +--
 view_entry.php3         |  42 ++++-----
 20 files changed, 692 insertions(+), 100 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Wed Jun 14 09:07:31 2000 +0000

    Meetings longer than one day show the name on following days

 ChangeLog |  3 +++
 day.php3  | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue Jun 13 09:02:21 2000 +0000

    Removed unused circle.gif

 circle.gif (gone) | Bin 58 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue Jun 13 09:00:03 2000 +0000

    Removed unused login.php3

 login.php3 (gone) | 82 ---------------------------------------------
 1 file changed, 82 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 12 12:50:20 2000 +0000

    0.7 release

 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 12 12:43:45 2000 +0000

    DB uses unixtime

 ChangeLog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 12 12:42:04 2000 +0000

    Changed DB to use unixtime rather than mysql date/time datatype.

 INSTALL                 |  6 ++++++
 UPGRADE (new)           |  7 +++++++
 day.php3                |  8 ++++----
 edit_entry.php3         |  2 +-
 edit_entry_handler.php3 | 12 +++++------
 tables.sql              | 11 +++++-----
 testdata.php3           | 13 ++++++------
 upgrade.sql (new)       | 43 +++++++++++++++++++++++++++++++++++++++
 view_entry.php3         |  4 ++--
 9 files changed, 81 insertions(+), 25 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 12 10:28:22 2000 +0000

    Support for strftime()

 ChangeLog | 1 +
 1 file changed, 1 insertion(+)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 12 09:13:41 2000 +0000

    Changes to strftime() rather than date() for some strings, so that locale support can be used.

 INSTALL         | 12 +++++++++++-
 LANGUAGE        | 17 +++++++++++------
 config.inc      | 10 ++++++++--
 day.php3        |  7 ++++---
 lang.en         |  1 +
 mincals.inc     | 18 +++++++++++-------
 trailer.inc     |  2 +-
 view_entry.php3 | 16 ++++++++--------
 8 files changed, 55 insertions(+), 28 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Fri Jun 9 18:16:31 2000 +0000

    start move to locale-based time strings (strftime)

 config.inc  | 13 +++++++++++++
 day.php3    |  3 ++-
 mincals.inc |  6 +++---
 3 files changed, 18 insertions(+), 4 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue Jun 6 16:55:38 2000 +0000

    Change external meeting colour to something darker. The old one can only just be seen on an LCD panel

 mrbs.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 5 15:23:43 2000 +0000

    New code for three month calendars. Thanks to David Wilkinson, see http://www.cascade.org.uk/software/php/calendar/

 ChangeLog   |   4 +-
 mincals.inc | 230 ++++++++++++++++++++++++++++++++------------------
 mrbs.css    |   3 +
 3 files changed, 154 insertions(+), 83 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon Jun 5 11:31:16 2000 +0000

    Fixed a couple of small bugs with the Internal/External colour support

 day.php3 | 3 ++-
 mrbs.css | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sat Jun 3 18:56:09 2000 +0000

    Internal and External meetings show in different colours

 ChangeLog |  5 +++--
 day.php3  | 23 ++++++++++++++---------
 mrbs.css  |  5 +++--
 3 files changed, 20 insertions(+), 13 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Wed May 31 21:47:38 2000 +0000

    Update [time]

 lang.en | 1 -
 1 file changed, 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue May 30 18:49:50 2000 +0000

    Japanese support

 lang.ja (new) | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue May 30 18:49:06 2000 +0000

    Moved "resolution" to config file - so length of booking displayed can be varied

 ChangeLog  | 1 +
 config.inc | 4 +++-
 day.php3   | 6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue May 30 18:41:33 2000 +0000

    Japanese support

 ChangeLog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Tue May 30 18:40:11 2000 +0000

    Updates for Japanese

 lang.en         | 1 +
 view_entry.php3 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Mon May 29 17:16:43 2000 +0000

    Moved language-specific strings into external file.

 ChangeLog               |  1 +
 INSTALL                 |  8 +++++++
 LANGUAGE (new)          | 17 ++++++++++++++
 admin.php3              |  5 ++--
 config.inc              | 13 +++++++++++
 day.php3                | 12 +++++-----
 edit_entry.php3         | 25 ++++++++++----------
 edit_entry_handler.php3 |  8 +++----
 lang.en (new)           | 48 +++++++++++++++++++++++++++++++++++++++
 style.inc               |  2 +-
 trailer.inc             |  2 +-
 view_entry.php3         | 22 +++++++++---------
 12 files changed, 126 insertions(+), 37 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 28 19:28:06 2000 +0000

    Added stuff about mySQL 3.23 not working

 INSTALL | 4 ++++
 1 file changed, 4 insertions(+)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 28 15:22:29 2000 +0000

    Removed useless TODO file

 TODO (gone) | 4 ----
 1 file changed, 4 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 28 15:12:56 2000 +0000

    Fixed areas with no rooms causing major error messages

 ChangeLog |   4 ++
 day.php3  | 109 ++++++++++++++++++++++++++++------------------------
 2 files changed, 63 insertions(+), 50 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 28 13:15:01 2000 +0000

    Documentation update

 FAQ (new) | 28 ++++++++++++++++++++++++++++
 README    | 11 +++++++++--
 2 files changed, 37 insertions(+), 2 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sat May 27 08:29:30 2000 +0000

       Fixed bug in edit_entry_handler.php3 which made any
             booking made between the 1st and 9th of the month
             actually happen on the 1st of Jan for that year
            Fixed bug in day.php3 where any booking past
             midnight would not show up
            Related bug which meant that bookings longer than
             one day wouldn't be displayed.
            Fixed bug where editing a booking would default to
             today's date, not the booking's date
            Added .htaccess to protect .inc files
       Moved start and end of day config variables to
             config.inc

 .htaccess (new)         |  4 ++++
 ChangeLog               | 16 +++++++++++++++-
 INSTALL                 |  7 +------
 config.inc              |  4 ++++
 day.php3                |  9 +++++----
 edit_entry.php3         | 22 +++++++++++-----------
 edit_entry_handler.php3 |  4 ++--
 needed_files (gone)     | 19 -------------------
 8 files changed, 42 insertions(+), 43 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 21 11:08:40 2000 +0000

    Admin added. Now OK to use

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 21 11:03:29 2000 +0000

    First version of files needed for admin

 add.php3 (new) | 29 +++++++++++++++++++++
 del.php3 (new) | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sun May 21 11:02:10 2000 +0000

    Various fixes and doc updates

 INSTALL                      |  35 +++----------
 README                       |  74 ++++++++++++++-------------
 admin.php3 (new)             |  90 +++++++++++++++++++++++++++++++++
 edit_entry_handler.php3      |  14 ++---
 meetingroomsystem.gif (gone) | Bin 710 -> 0 bytes
 tables.sql                   |  39 --------------
 testdata.php3                |   2 +-
 7 files changed, 146 insertions(+), 108 deletions(-)

Author: Daniel <nambit@users.sourceforge.net>
Date:   Sat May 20 21:43:29 2000 +0000

    The system now works! There's no administration stuff, but the user pages are OK

 ChangeLog               |   3 +
 TODO (new)              |   4 +
 config.inc              |  21 +----
 day.php3                |   6 +-
 del_entry.php3          |  16 +---
 edit_entry.php3         | 139 +++++----------------------
 edit_entry_handler.php3 | 194 ++++++++++++--------------------------
 7 files changed, 98 insertions(+), 285 deletions(-)

commit c53eabea8
Merge: 5d2350b99 50650434f
Author: Daniel <nambit@users.sourceforge.net>
Date:   Wed May 3 22:41:26 2000 +0000

    This commit was generated by cvs2svn to compensate for changes in r2,
    which included commits to RCS files with non-trunk default branches.

Author: unknown <devnull@localhost>
Date:   Wed May 3 22:41:26 2000 +0000

    Standard project directories initialized by cvs2svn.

commit 50650434f (tag: start, origin/vendor)
Author: Daniel <nambit@users.sourceforge.net>
Date:   Wed May 3 22:41:26 2000 +0000

    Initial Import

 COPYING (new)                 | 339 ++++++++++++++++++++++++++++++++
 ChangeLog (new)               |   2 +
 INSTALL (new)                 |  87 ++++++++
 README (new)                  |  51 +++++
 circle.gif (new)              | Bin 0 -> 58 bytes
 config.inc (new)              |  36 ++++
 connect.inc (new)             |  18 ++
 day.php3 (new)                | 185 +++++++++++++++++
 del_entry.php3 (new)          |  23 +++
 edit_entry.php3 (new)         | 269 +++++++++++++++++++++++++
 edit_entry_handler.php3 (new) | 224 +++++++++++++++++++++
 functions.inc (new)           | 226 +++++++++++++++++++++
 head.gif (new)                | Bin 0 -> 4304 bytes
 help_trailer.inc (new)        |   2 +
 index.php3 (new)              |   9 +
 login.php3 (new)              |  82 ++++++++
 meetingroomsystem.gif (new)   | Bin 0 -> 710 bytes
 mincals.inc (new)             |  97 +++++++++
 mrbs.css (new)                |  45 +++++
 needed_files (new)            |  19 ++
 new.gif (new)                 | Bin 0 -> 93 bytes
 style.inc (new)               |   2 +
 tables.sql (new)              | 119 +++++++++++
 testdata.php3 (new)           |  64 ++++++
 trailer.inc (new)             |  32 +++
 view_entry.php3 (new)         |  83 ++++++++
 26 files changed, 2014 insertions(+)