Newer
Older
style.inc | 1 +
6 files changed, 66 insertions(+), 2 deletions(-)
commit 95f9806f6
90005
90006
90007
90008
90009
90010
90011
90012
90013
90014
90015
90016
90017
90018
90019
90020
90021
90022
90023
90024
90025
90026
90027
90028
90029
90030
90031
90032
90033
90034
90035
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(-)
commit 404d54edf
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(-)
commit 40aaa1609
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(-)
commit 4031051d2
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(-)
commit 110d6f15a
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(-)
commit a0a6c50a7
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(-)
commit bd48b14be
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(-)
commit b75e51785
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(+)
commit 860bd4c0c
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(-)
commit fb27204c7
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(-)
commit 609d3af3a
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(-)
commit 035cfd68f
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(-)
commit ecfd2bd8b
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(-)
commit fd54762fa
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(-)
commit b05457926
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(-)
commit c10238345
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(+)
commit e6d3f9856
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(-)
commit d7ec5e62b
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(-)
commit df3770c75
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(-)
commit b036288cb
90225
90226
90227
90228
90229
90230
90231
90232
90233
90234
90235
90236
90237
90238
90239
90240
90241
90242
90243
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(-)
commit 724d9dd16
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(+)
commit d220a8d37
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(-)
commit b4fb1c123
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(-)
commit 5d2c03ba4
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(-)
commit 706863590
90283
90284
90285
90286
90287
90288
90289
90290
90291
90292
90293
90294
90295
90296
90297
90298
90299
90300
90301
90302
90303
90304
90305
90306
90307
90308
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(-)
commit 8e0891ae1
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(+)
commit 31b349086
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(+)
commit 86a28f2ab
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(-)
commit 6e9e854b5
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.
commit 5d2350b99
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)
90373
90374
90375
90376
90377
90378
90379
90380
90381
90382
90383
90384
90385
90386
90387
90388
90389
90390
90391
90392
90393
90394
90395
90396
90397
90398
90399
90400
90401
90402
90403
90404
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(+)