Commit Graph

8967 Commits

Author SHA1 Message Date
Pim Snel
a5f83f44ed restyled all buttons, feedback is very welcome 2004-10-26 11:25:35 +00:00
reinerj
6b182d0e6d add import script file from itanczos 2004-10-24 09:57:47 +00:00
Ralf Becker
521c73a38a added possebility to make an utf-8 installation right from the start (no need to convert the DB later) plus some other UI cosmetics 2004-10-23 15:01:58 +00:00
Ralf Becker
630c88d766 reworked installation/upgrade process to not use delta-updates any more, as we can now reliable read the schema back from our supported databases:
- makes update scripts a lot easier and saver
- updates are a lot faster now
==> only the needed update-functions get called
2004-10-23 15:00:44 +00:00
Ralf Becker
fe6b0728de fix for system with mbstring.func_overload set and NOT using utf-8 2004-10-23 10:53:17 +00:00
Ralf Becker
be176ff4ed added missing colon to the domain lable 2004-10-23 07:01:17 +00:00
Oscar Manuel Gómez Senovilla
a41f2b461f *** empty log message *** 2004-10-22 19:48:26 +00:00
Ralf Becker
74c705264c added renaming of backups 2004-10-22 09:22:29 +00:00
Oscar Manuel Gómez Senovilla
e4d1f6ea5e *** empty log message *** 2004-10-21 21:30:38 +00:00
Lars Kneschke
a0cfcc38e4 make the clone hack working with PHP5 too 2004-10-21 18:12:11 +00:00
Pim Snel
75c15475bd undo change 2004-10-20 15:01:35 +00:00
Pim Snel
a01bba3376 fix font size 2004-10-20 14:57:20 +00:00
Ralf Becker
1b53a1ce6d added clone function for php4, use as $db = clone($this->db); 2004-10-19 14:54:57 +00:00
Ralf Becker
d582d8b68f changed calendar schema, title to varchar(255) as requested by Matthew Galgoci 2004-10-18 21:29:11 +00:00
Pim Snel
9739e104a4 cleaned up css-file, make all fontsizes relative for future 508 Accessibility support 2004-10-18 15:49:49 +00:00
Lars Kneschke
cf3f10911e add email address also for new accounts
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270672
2004-10-18 05:15:58 +00:00
Ralf Becker
940deb08a9 finished DB backup and restore for eGW:
- the backup is independent of the used DB and can eg. be used to port an install to an other DB type
- autom. backup before upgrades of the DB structure
- installing backups instead an installation from scratch
- own backup screen in setup and admin to:
  + shedule repeating backups
  + up- and download of backups
  + creating and restoring backups
2004-10-15 23:06:34 +00:00
Ralf Becker
219d169207 let's the asyncservice class run under setup 2004-10-15 22:56:00 +00:00
mgalgoci
04e778c065 And with this, imporing and exporting of recurring events should sort of work
again. I've also implimented more of rfc2445.

I will continue to beat these classes into shape as I add more ical stuff
and document what I have reverse engineered.

Once I am satisfied that this is stable and production worthy I will probably
backport this to the 1.0 branch. My casual testing has shown that this for
the most part works as expected. I also plan on developing test harnesses
for ical import/export.
2004-10-15 17:40:22 +00:00
mgalgoci
d9553d5969 - Spelling fixes: recure -> recur 2004-10-15 17:33:03 +00:00
mgalgoci
1451618cfd - remove superflous debugging crap that is commented out
- ignore reset of null objects while parsing ical files
2004-10-15 17:30:49 +00:00
mgalgoci
2f0ffb42c5 Formatting changes to make the darned thing readable 2004-10-15 17:28:34 +00:00
Pim Snel
94b5260a9e wider inputs for login screen 2004-10-15 11:30:32 +00:00
Ralf Becker
d9b2a23d72 first version of new db-backup class: DB independent backup and restore functions
==> can be used eg. to port an eGW installation to a different DB type
Atm. there no UI, but if you uncomment the code behind the class, you can backup and restore via an URL. UI to come soon.
2004-10-14 21:04:03 +00:00
Ralf Becker
a4557c1191 added prepared statements in insert and update for DB's which support it (atm. only MaxDB). Atm this need to be switched on by a parameter, as I still have some problems, it off by default 2004-10-14 20:58:39 +00:00
Ralf Becker
ba55620f3d fixed the schema-retrival functions for MySql, Postges and MaxDB 2004-10-14 20:55:52 +00:00
Ralf Becker
2740acc03e fixed the schema-retrival functions for MySql, Postges and MaxDB 2004-10-14 20:35:50 +00:00
ak703
27e84db7e4 norwegian holidays for 2004 and 2005
thx to Ragnar Wisl�ff
2004-10-14 11:56:24 +00:00
bgigon
cbdd197322 Update from Omar Boumeddane 2004-10-14 09:07:31 +00:00
shrykedude
e999260d52 Really hide domain selection when not needed; UI cleanup of Login button 2004-10-13 14:49:03 +00:00
Ralf Becker
c72227f203 fixed javascript error, which cause freetime search not to function on new events (page gets transmitted instead) 2004-10-11 10:43:26 +00:00
kymer
8cdc5262ad Fixed Formatting 2004-10-10 19:42:38 +00:00
Ralf Becker
640b389628 small correction of the translation 2004-10-08 16:18:24 +00:00
Ralf Becker
a66d0149f9 fixed to minor problems in the freetime search:
- for existing events, the own event is now excluded from the busy-time
- a warning is given, if the freetime search is called for a recuring event: Only the initial date of that recuring event is checked!
2004-10-08 16:04:50 +00:00
Pim Snel
cca7bc4085 sevral fixes for IE and Mozilla 2004-10-08 10:15:51 +00:00
Pim Snel
e7f0d8a133 reorderded htmlarea so different htmlarea's can be configured seperately 2004-10-07 23:09:52 +00:00
Ralf Becker
fd6b69d7a8 added freetime search 2004-10-07 22:11:18 +00:00
Ralf Becker
930db9f0c0 all days, weekdays, weekend only for mutiple rows 2004-10-07 22:09:02 +00:00
Ralf Becker
95375f467c added two new widgets:
- hour with 12/24 preference
- day of week
2004-10-07 22:08:19 +00:00
Ralf Becker
33f5cb30c8 added two new widgets:
- hour with 12/24 preference
- day of week
2004-10-07 21:58:33 +00:00
Ralf Becker
72140f4425 changed documentation to phpdoc standard and added a new output-mode for popups (no navbar) 2004-10-07 21:53:41 +00:00
Ralf Becker
cff0ca3801 changed documentation to phpdoc standard 2004-10-07 21:53:10 +00:00
Pim Snel
b7d77a8588 fix contextmenu bug when in which occures when in scrolling down in Gecko 2004-10-07 15:34:17 +00:00
Carsten Wolff
466e423dbc forwardport of the recent xml-rpc-fixes in stable 2004-10-06 09:29:12 +00:00
Oscar Manuel Gómez Senovilla
812f05a3e8 *** empty log message *** 2004-10-01 12:05:17 +00:00
reinerj
d251796c54 Lang file update traditional Chinese from Finjon Kiang 2004-10-01 10:56:14 +00:00
reinerj
7a15b26136 Lang file update traditional Chinese from Finjon Kiang 2004-10-01 10:36:56 +00:00
reinerj
635de3de64 Lang file update traditional Chinese from Finjon Kiang 2004-10-01 10:26:18 +00:00
bgigon
0d157fd7b3 Reset 2004-09-30 15:46:22 +00:00
bgigon
c8d1e84ede Extend "owner" feature in all calendar 2004-09-30 15:02:31 +00:00