summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rohieb [Sat, 26 Jul 2008 19:49:49 +0000 (21:49 +0200)]
rohieb [Sat, 26 Jul 2008 19:49:33 +0000 (21:49 +0200)]
revert: debian/changelog was overwritten somehow
rohieb [Sat, 26 Jul 2008 19:45:43 +0000 (21:45 +0200)]
rohieb [Sat, 26 Jul 2008 19:44:55 +0000 (21:44 +0200)]
Makefile: forgot to fix file name after renaming changelog.html
rohieb [Sat, 26 Jul 2008 19:25:47 +0000 (21:25 +0200)]
rohieb [Sat, 26 Jul 2008 19:18:21 +0000 (21:18 +0200)]
documentation: Makefile puts sourcedoc in doc/source, installs everything in /usr/share/doc/iserv-mod-room-reservation and symlinks it to /usr/share/iserv/mod/room-reservation, same in debian/postinst. debian/rules uses dh_installdocs.
rohieb [Sat, 26 Jul 2008 19:09:17 +0000 (21:09 +0200)]
moved doc/changelog.html to doc/changelog.old.html
rohieb [Sat, 26 Jul 2008 18:45:52 +0000 (20:45 +0200)]
debian/control: added Conflicts header
rohieb [Sat, 26 Jul 2008 18:08:58 +0000 (20:08 +0200)]
renamed to iserv-mod-room-reservation; changelog.html points to Debian changelog
rohieb [Sat, 26 Jul 2008 17:39:09 +0000 (19:39 +0200)]
renamed src/admin/config.php to src/admin/index.php to prevent Apache directory listing
rohieb [Sat, 26 Jul 2008 17:33:26 +0000 (19:33 +0200)]
mod_roomReservationBookingTable: if weekends are not shown, show the next week already on saturday
rohieb [Sat, 26 Jul 2008 04:59:50 +0000 (06:59 +0200)]
nasty smb... changed file rights
rohieb [Sat, 26 Jul 2008 04:49:11 +0000 (06:49 +0200)]
update-iserv1-iserv2.pl is now in maint/
rohieb [Sat, 26 Jul 2008 04:47:44 +0000 (06:47 +0200)]
merged .hgtags, Makefile: 'fakeroot id -u' is 0, better using $USER env variable
rohieb [Sat, 26 Jul 2008 04:38:37 +0000 (06:38 +0200)]
rohieb [Sat, 26 Jul 2008 04:38:15 +0000 (06:38 +0200)]
debian/copyright: added /usr/share/iserv/www/img/default/24/mod_room-reservation_timeslice.png, release 3.0-2
rohieb@agathe.wilhelm-gym.net [Sat, 26 Jul 2008 03:11:35 +0000 (05:11 +0200)]
rohieb@agathe.wilhelm-gym.net [Sat, 26 Jul 2008 03:06:24 +0000 (05:06 +0200)]
update-iserv1-iserv2.pl is now in maint/
rohieb@agathe.wilhelm-gym.net [Sat, 26 Jul 2008 03:00:55 +0000 (05:00 +0200)]
Makefile: 'fakeroot id -u' is 0, better using $USER env variable
rohieb [Sat, 26 Jul 2008 02:38:42 +0000 (04:38 +0200)]
rohieb [Sat, 26 Jul 2008 02:35:16 +0000 (04:35 +0200)]
Makefile: merged
rohieb [Sat, 26 Jul 2008 02:31:22 +0000 (04:31 +0200)]
mod_roomReservationBookingTable: reduced height of the tables by 2em
rohieb [Sat, 26 Jul 2008 02:18:18 +0000 (04:18 +0200)]
mod_roomReservationBookingTable: used gmdate instead of date for timeslices where needed
rohieb [Sat, 26 Jul 2008 02:16:29 +0000 (04:16 +0200)]
changelog.html: degraded bugs to "to do"s
rohieb [Sat, 26 Jul 2008 02:14:58 +0000 (04:14 +0200)]
Added "whitelist" for rooms that can be booked, side effects: added new control mod_roomReservationRoomWhitelististBox for config page, added mod_roomReservationBookingsTable::asErrors for error messages, mod_roomReservationBookingsTable::setRoom() checks if the room is whitelisted; added functions whitelistRoom(), unWhitelistRoom(), isRoomWhitelisted(), getWhitelistedRooms() in mod_roomReservationConfig; changed column layout in mod_roomReservationConfigPage::doShow() for better space utilization; added SQL table mod_roomreservation_roomswhitelist that contains the whitelisted rooms. Furthermore added member variables for controls in mod_roomReservationConfigPage as the controls mustn't be initialized in mod_roomReservationConfigPage::doShow() unless you want lost error messages.
rohieb [Sat, 26 Jul 2008 00:13:35 +0000 (02:13 +0200)]
mod_roomReservationRoomsManager: added getRoomByName() and getRoomByOid()
rohieb [Fri, 25 Jul 2008 22:47:37 +0000 (00:47 +0200)]
added mod_roomReservationRoom::__toString()
rohieb [Fri, 25 Jul 2008 03:02:15 +0000 (05:02 +0200)]
mod_roomReservationControl.inc needs functions.inc for rrGetCss() and quote.inc for q()
rohieb [Fri, 25 Jul 2008 02:40:55 +0000 (04:40 +0200)]
moved update-iserv1-iserv2.pl to maint/
rohieb [Fri, 25 Jul 2008 02:33:27 +0000 (04:33 +0200)]
added new class mod_roomReservationControl (a abstract class for user defined controls) and poerted mod_roomReservationTimesliceListBox to it
rohieb [Fri, 25 Jul 2008 02:30:31 +0000 (04:30 +0200)]
renamed rrGetCSS() to rrGetCss(), cleaned up this section in functions.inc
rohieb [Fri, 25 Jul 2008 01:51:27 +0000 (03:51 +0200)]
mod_roomReservationPage: documentation
rohieb [Thu, 24 Jul 2008 23:52:12 +0000 (01:52 +0200)]
Makefile: owner and file rights of config.inc were twice checked
rohieb [Thu, 24 Jul 2008 01:05:36 +0000 (03:05 +0200)]
made mod_roomReservationRoomsManager::getRooms() static
rohieb [Wed, 23 Jul 2008 15:34:13 +0000 (17:34 +0200)]
Makefile: config file is touched only if it doesn't exist yet, owner and file rights are set and chkdb etc. are only run if we are root. Not the group but the owner of the config file is set to www-data
uG: changed Makefile
rohieb [Wed, 23 Jul 2008 15:02:27 +0000 (17:02 +0200)]
Makefile: chkdb etc. was only run if DESTDIR was not set, but it should have been run just in this case
rohieb [Wed, 23 Jul 2008 03:54:45 +0000 (05:54 +0200)]
update script: DROP TABLE rooms_archive;
rohieb [Wed, 23 Jul 2008 03:44:28 +0000 (05:44 +0200)]
debian/prerm removes config file and only echoes the SQL deletion notice when purged
rohieb [Wed, 23 Jul 2008 03:42:32 +0000 (05:42 +0200)]
debian/postinst checks rights of config file
rohieb [Wed, 23 Jul 2008 03:03:20 +0000 (05:03 +0200)]
debian/rules: clean before build
rohieb [Wed, 23 Jul 2008 02:50:11 +0000 (04:50 +0200)]
Makefile: moved all root-related stuff to install target
rohieb [Wed, 23 Jul 2008 02:48:54 +0000 (04:48 +0200)]
added debian/files to .hgignore
rohieb@agathe.wilhelm-gym.net [Wed, 23 Jul 2008 02:37:57 +0000 (04:37 +0200)]
Makefile: chkdb etc. is only called if DESTDIR is empty, so there is no need for debian/rules to sudo the install
rohieb@agathe.wilhelm-gym.net [Wed, 23 Jul 2008 02:31:08 +0000 (04:31 +0200)]
REL_3.0-beta1
rohieb [Wed, 23 Jul 2008 02:26:32 +0000 (04:26 +0200)]
rohieb [Wed, 23 Jul 2008 02:22:45 +0000 (04:22 +0200)]
added tag REL_3.0-beta
rohieb@agathe.wilhelm-gym.net [Wed, 23 Jul 2008 02:21:00 +0000 (04:21 +0200)]
added a little @todo, added debian/conffiles, removed debian/docs
rohieb [Wed, 23 Jul 2008 02:13:16 +0000 (04:13 +0200)]
added debian/conffiles, removed unused debian/docs
root@agathe.wilhelm-gym.net [Tue, 22 Jul 2008 16:54:20 +0000 (18:54 +0200)]
rohieb [Mon, 21 Jul 2008 18:35:50 +0000 (20:35 +0200)]
fixed file system rights for debian/rules (+x)
root@agathe.wilhelm-gym.net [Mon, 21 Jul 2008 18:33:24 +0000 (20:33 +0200)]
fixed file system rights of Makefile (-x)
rohieb [Mon, 21 Jul 2008 18:22:54 +0000 (20:22 +0200)]
added includes/config.inc, .cache to .hgignore
rohieb [Mon, 21 Jul 2008 18:13:30 +0000 (20:13 +0200)]
added .hgignore
rohieb [Mon, 21 Jul 2008 18:13:13 +0000 (20:13 +0200)]
installation must be run as root, or chkdb fails
rohieb [Mon, 21 Jul 2008 18:12:05 +0000 (20:12 +0200)]
fixed installation of admin navigation menu
rohieb [Mon, 21 Jul 2008 17:15:59 +0000 (19:15 +0200)]
removed double license files (lintian is angry about it)
rohieb [Mon, 21 Jul 2008 17:14:09 +0000 (19:14 +0200)]
fixed lintian errors, removed unused comments and targets in debian rules file
rohieb [Mon, 21 Jul 2008 17:12:10 +0000 (19:12 +0200)]
fixed file system rights
rohieb [Mon, 21 Jul 2008 16:07:04 +0000 (18:07 +0200)]
added clean and distclean targets
rohieb [Mon, 21 Jul 2008 16:05:51 +0000 (18:05 +0200)]
architecture any => all
rohieb [Mon, 21 Jul 2008 16:05:11 +0000 (18:05 +0200)]
fixed name for automatic package signing through debuild
rohieb [Sun, 20 Jul 2008 02:29:49 +0000 (04:29 +0200)]
added debian packaging files
rohieb [Sun, 20 Jul 2008 01:19:04 +0000 (03:19 +0200)]
uninstall: removed separator lines
rohieb [Sun, 20 Jul 2008 01:12:04 +0000 (03:12 +0200)]
added comments, added DESTDIR variable for dh_* packaging scripts
rohieb [Mon, 14 Jul 2008 17:48:38 +0000 (19:48 +0200)]
added entry for the log_module table
rohieb [Mon, 14 Jul 2008 15:19:26 +0000 (17:19 +0200)]
getTimesliceBeginnings(), getTimesliceEndings(): fixed GMT problem here too
rohieb [Mon, 14 Jul 2008 12:55:33 +0000 (14:55 +0200)]
the times in the first row were not in GMT but in local time
rohieb [Sun, 13 Jul 2008 21:15:19 +0000 (23:15 +0200)]
config.inc is now touched by the Makefile for standard values, removed .hgignore
rohieb [Sun, 13 Jul 2008 21:10:21 +0000 (23:10 +0200)]
default values for configuration
rohieb [Sun, 13 Jul 2008 21:09:09 +0000 (23:09 +0200)]
removed debug output
rohieb [Sun, 13 Jul 2008 21:05:16 +0000 (23:05 +0200)]
removed the row from SQL table log_module
rohieb [Sun, 13 Jul 2008 21:03:36 +0000 (23:03 +0200)]
explicitly set the module for log_insert(), SQL table is updated automagically on the first log entry
rohieb [Sun, 13 Jul 2008 20:41:49 +0000 (22:41 +0200)]
config times are required in GMT!
rohieb [Sun, 13 Jul 2008 20:29:30 +0000 (22:29 +0200)]
rsTimesliced was renamed to mod_roomReservationTimeslice
rohieb [Sun, 13 Jul 2008 20:19:37 +0000 (22:19 +0200)]
+/usr/share/iserv/modules/room-reservation/update-iserv1-iserv2.pl
rohieb [Sun, 13 Jul 2008 20:09:49 +0000 (22:09 +0200)]
database conversion, removed needless comments and code
rohieb [Sun, 13 Jul 2008 18:10:08 +0000 (20:10 +0200)]
added .hgignore and Eclipse project
rohieb [Sun, 13 Jul 2008 17:54:52 +0000 (19:54 +0200)]
changed file system rights
root@iserv.zuhause.test [Sun, 13 Jul 2008 17:41:49 +0000 (19:41 +0200)]
log messages in delete(), write(): added reason and real times. write(): fixed SQL query to fetch the current UID serial value
root@iserv.zuhause.test [Sun, 13 Jul 2008 17:40:19 +0000 (19:40 +0200)]
show(): when a new booking was inserted, the UID was 0 and so the deletion link didn't work
rohieb [Sun, 13 Jul 2008 17:31:33 +0000 (19:31 +0200)]
removed double call of _PageBlue(), as mod_roomReservationPage::endShow() ist already called within mod_roomReservationPage::show())
rohieb [Sun, 13 Jul 2008 16:20:02 +0000 (18:20 +0200)]
(no commit message)
root@iserv.zuhause.test [Sun, 13 Jul 2008 16:04:02 +0000 (18:04 +0200)]
removed debug output
root@iserv.zuhause.test [Sun, 13 Jul 2008 14:22:13 +0000 (16:22 +0200)]
the SQL sequence is dropped when the table is dropped, removed notice on uninstallation
root@iserv.zuhause.test [Sat, 12 Jul 2008 01:52:42 +0000 (03:52 +0200)]
mod_roomreservation => mod_roomreservation_bookings
root@iserv.zuhause.test [Sat, 12 Jul 2008 01:49:56 +0000 (03:49 +0200)]
removed stat.png.php from installation
root@iserv.zuhause.test [Sat, 12 Jul 2008 01:45:54 +0000 (03:45 +0200)]
imported sources
This page took 0.050364 seconds and 4 git commands to generate.