Pim Snel
c985a3f832
fix typo
2004-06-23 21:22:22 +00:00
Oscar Manuel Gómez Senovilla
c4957fdb6a
*** empty log message ***
2004-06-23 18:24:28 +00:00
Ralf Becker
37c79bfcf4
greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com>
2004-06-13 22:20:57 +00:00
zhangweiwu
cf19aae187
I merged the traditional Chinese translation into the simplified Chinese
...
translation file (only those not translated in simplified Chinese).
This is because
1) most simplified Chinese readers can read traditional
Chinese. If some phrase doesn't have simplified Chinese translation,
egroupware better fall back to traditional Chinese then English.
2) Translation can be easier (just pick up the unfamiliar traditional
translation and change to simplified form)
The change is made by using
> find . -type d -name "setup" -exec /tmp/merge_tradition.sh {} \;
where merge_tradition.sh is:
#!/bin/sh
cd $1
if [ -f phpgw_zh.lang ] && [ -f phpgw_zt.lang ]; then
mv phpgw_zh.lang phpgw_zh.lang.old
join -a 1 -t " " phpgw_zt.lang phpgw_zh.lang.old | \
awk -F " " \
'{ OFS = FS; if (NF == 7) print $1, $5, $6, $7; else print $0 ;}' \
> phpgw_zh.lang
fi
Kiang if you like the idea you can merge my translation to your lang
file too. And it's even better if the language engine can be changed in
the way that, as a phrase has no translation for current language,
choose the nearest language before falling back to English. Say, when no
translation in zh, use zt before trying English.
Could it be better that this apply to pt too? (pt-br and pt)
2004-06-09 17:01:42 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a
*** empty log message ***
2004-05-28 18:58:43 +00:00
reinerj
119e12eb8a
Finnish translation extension from Tapio Kautto
2004-05-27 10:20:56 +00:00
reinerj
b91d5814e5
Italien translation extension from Leo Amadori
2004-05-26 20:08:02 +00:00
reinerj
50694d54a4
Italien translation extension from Leo Amadori
2004-05-26 20:07:17 +00:00
Ralf Becker
2a1b37b6da
an other uid update: very old entries had empty uid, they are update now too
2004-05-26 09:37:15 +00:00
zhangweiwu
17f64562ad
from kiang, to workaround 'the slash bug':
...
Translation of Traditional Chinese in UTF-8 version
I've tested it with the version RC5. Somebody in taiwan
who offered a series of functions to convert the
encoding from big5 to utf-8. It works fine~ Should I also
upload it for anyone who would like to understand the
big5 encoding??
2004-05-24 02:46:24 +00:00
Ralf Becker
5ec6ce4d75
fix to create uid's for the calendar and a db-update to create them for the already existing events
2004-05-23 23:46:27 +00:00
Ralf Becker
390dc7737b
performance patch: indices for the calendar
2004-05-23 17:51:41 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa
*** empty log message ***
2004-05-19 14:34:08 +00:00
reinerj
6a52f5579d
new langfile Catalan from Xavier Navarro
2004-05-04 14:08:30 +00:00
Espen Laursen
2a248ce034
some spell fixes and some small updates.
2004-05-03 11:16:16 +00:00
reinerj
9e3acdfe11
update Dutch langfiles from G.G. van der Steen
2004-04-22 22:13:11 +00:00
mila76
fcde7da570
search e replace bugfix
2004-04-19 22:12:03 +00:00
mila76
00f80dbee3
Update to 0.9.99.015
2004-04-19 22:07:29 +00:00
mila76
f87e10f9ec
fixed doubled entry with \\n
2004-04-19 21:43:16 +00:00
Espen Laursen
deafe60956
translated some of the last text, but I cant find the:
...
Delete a single entry by passing the id.
Add a single entry by passing the fields.
Add or update a single entry by passing the fields.
phrases and the
Are you sure\\nyou want to\\ndelete these alarms?
Are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nThis will delete\\nthis entry for all users.
will not translate.. ill have to find the error later..
2004-04-17 12:30:38 +00:00
reinerj
0db350d980
update traditional Chinese langfiles from Finjon Kiang
2004-04-16 09:11:54 +00:00
Ralf Becker
eaecf4b608
implemented link to view event as variable in notify-emails (Alarms, Notifications)
2004-04-14 12:35:58 +00:00
bgigon
b4af40ee1d
More translation, by Charles Viard
2004-04-13 11:53:23 +00:00
Ralf Becker
3637978eee
added russian translations from Alexander (McDuck)
2004-04-01 15:18:11 +00:00
Oscar Manuel Gómez Senovilla
c552995176
*** empty log message ***
2004-03-29 09:23:06 +00:00
petere78
0f8224fd47
Various spelling and grammar fixes
2004-03-27 01:15:04 +00:00
Ralf Becker
70ea5b9de7
enable auto-loading of holidays from localhost by default
2004-03-22 07:44:54 +00:00
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
reinerj
be28d77fa9
update Brazil lang file translated from Orlando Gentil
2004-03-19 22:03:20 +00:00
Ralf Becker
0fcee156a5
only one error-msg for the freebusy, as it could be used to identify user-names on the system
2004-03-14 16:39:09 +00:00
Ralf Becker
2847d27af9
added freebusy information (iCal) for KDE organizer or other external sheduling programs
2004-03-14 01:10:37 +00:00
reinerj
9759bb4f0f
languages changes chinese from Zhang Weiwu
2004-03-12 08:33:53 +00:00
Oscar Manuel Gómez Senovilla
742e25401a
*** empty log message ***
2004-02-25 02:58:12 +00:00
Miles Lott
57c55f4899
remove blank lines
2004-02-20 14:59:44 +00:00
reinerj
259d6ce8bf
add some translations from Zhang Weiwu in Chinese
2004-02-20 09:46:20 +00:00
reinerj
f5dbe40c5a
updated translation from Esben Laursen for Danish
2004-02-11 22:03:58 +00:00
mila76
3f07efe8f2
Small Fix
2004-01-27 12:01:05 +00:00
mila76
b155ea87d7
Update to 0.9.99.012
2004-01-27 09:22:17 +00:00
reinerj
146d69f4db
changes from phpgw to egw dev group
2004-01-27 00:31:58 +00:00
reinerj
cce7b854a2
changes to egw dev group
2004-01-26 01:29:06 +00:00
reinerj
b04b574136
updated Italien lang file from Emanuel Milani
2004-01-22 20:04:42 +00:00
reinerj
fc10dab6d5
add translation from Andrei V. Smilianets for Ukrain to CVS
2004-01-20 03:22:44 +00:00
Pim Snel
6d5ca75357
missing translations
2004-01-08 00:03:29 +00:00
Pim Snel
498c44eaa5
recursively replace 'kalender' by 'agenda'
2004-01-07 23:53:04 +00:00
Oscar Manuel Gómez Senovilla
fd95a1911b
*** empty log message ***
2004-01-04 03:10:35 +00:00
Oscar Manuel Gómez Senovilla
0b8ecc7a8a
*** empty log message ***
2004-01-03 00:04:16 +00:00
Oscar Manuel Gómez Senovilla
803a930a22
*** empty log message ***
2004-01-02 21:12:27 +00:00
Oscar Manuel Gómez Senovilla
fd68a4eddc
*** empty log message ***
2003-12-28 00:41:17 +00:00
zhangweiwu
a44c307b10
New translations! Happy new year.
2003-12-25 15:29:56 +00:00
Oscar Manuel Gómez Senovilla
a9bfb197e6
*** empty log message ***
2003-12-23 00:18:57 +00:00
zhangweiwu
b8d36e17c2
New Translation. Blah.
2003-12-07 12:57:37 +00:00
Lars Kneschke
e4c10ecf31
added brazilian language
2003-11-28 00:14:30 +00:00
zhangweiwu
edb7da7145
Newest translation.
...
This is not a copy-and-usable translation: you need to reinstall the language in setup.
This is because I changed charset to be utf8.
2003-11-24 03:33:35 +00:00
shrykedude
1e9f5d229f
- Added small view of upcoming events for main screen display.
...
- Added pref setting for selecting small home view.
- English translations.
2003-11-19 21:08:35 +00:00
Pim Snel
c810266ed1
new translations
2003-11-13 16:04:12 +00:00
dragob
f564d79dae
Some cosmetics in translations.
2003-11-12 13:18:44 +00:00
reinerj
f3de62e3da
updated Big5 lang file from Finjon Kiang
2003-11-04 11:29:10 +00:00
Ralf Becker
7e8ba5b6c5
added a missing translation
2003-11-03 11:07:26 +00:00
dragob
ecdea9c643
Added slovenian translation (Tea �trancar, Klemen Vodopivec).
2003-10-16 20:41:41 +00:00
Ralf Becker
2fd99e4fa3
moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now
2003-10-16 12:02:01 +00:00
reinerj
62964576bd
Translation update from Finjon Kiang
2003-10-14 09:58:13 +00:00
Ralf Becker
abc4f9a3df
move phrase from calendar to common
2003-10-10 09:18:10 +00:00
Ralf Becker
cb33d46167
added a csv import to the calendar
2003-10-09 00:32:49 +00:00
zhangweiwu
f886e06d3c
Updated translation.
2003-10-03 20:06:26 +00:00
Ralf Becker
6c10e248d7
reverted the german lang-files to iso8859-1, as we want to make the conversation optional and while adding the files to the database
2003-10-03 11:47:09 +00:00
Ralf Becker
d7ecf3c26f
setting the default for phpgw_cal_user.cal_type to 'u' direct on the first update from 0.9.13.007
2003-10-02 14:01:20 +00:00
shrykedude
a73b7af58b
capitalization correction
2003-10-02 01:42:37 +00:00
shrykedude
6a1b62aca5
grammer corrections
2003-10-02 01:08:54 +00:00
shrykedude
3797baea3d
capitalized field header
2003-09-30 02:10:31 +00:00
shrykedude
1d19b5b624
corrected capitalization and expanded Open To Do header
2003-09-30 01:33:17 +00:00
Lars Kneschke
e5373db2a2
moved german translation to UTF-8
2003-09-28 08:15:58 +00:00
Ralf Becker
948fe27751
applied Zhang Weiwu (zhangweiwu) chinese(simplified) translations
2003-09-25 07:19:12 +00:00
Ralf Becker
bc05713de1
fixed not working empty default for phpgw_cal_user's cal_type, it's now 'u'
2003-09-25 02:00:26 +00:00
Ralf Becker
83adb9e7ad
change names of holiday files for security reasons from holidays.<local> to holidays.<local>.csv and moved them into the (new) directory egroupware.org
2003-09-22 15:29:41 +00:00
reinerj
04f83c5aee
new lang file from Ignasi Salvador added
2003-09-19 15:53:46 +00:00
Ralf Becker
caedcb369a
Alarms:
...
- fix for bug in alarms 'you dont have permission to ...'
- some UI-improvements and translations
- fixed some TZ-probs
2003-09-11 12:01:16 +00:00
Ralf Becker
3a5d9ed79f
included other timed events (eg. phonecalls) and (untimed) todo's into the calendar dayview
2003-09-07 16:55:36 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
gugux
7c54a57043
Added new italian translations patch #1635 thanks to Alessandro Farina
2003-06-25 22:37:51 +00:00
gugux
810c761c24
Added zh lang file, patch #1611 , thanks to C K Wu !
2003-06-11 20:16:32 +00:00
gugux
29a09a889d
Added one missing english phrase and a few french translations.
2003-05-25 20:52:23 +00:00
Ralf Becker
fbbb003e01
corrected typo
2003-04-21 17:15:57 +00:00
gugux
e24f8561b2
Corrected a typo.
2003-04-21 16:43:51 +00:00
Ralf Becker
ab4fe582bf
imported changes from .16 (app-header & styleguide-conformace)
2003-04-21 11:00:53 +00:00
Ralf Becker
e51ef6d6e8
changed calendar to use the user/default/forced prefs
...
deleted the no longer used classes ui-/bo-prefs
2003-03-30 01:41:37 +00:00
gugux
a3a882ef72
Added cs files. Patch #1072 thanks to mlHAU !
2003-03-20 22:00:03 +00:00
gugux
3714e6281f
Modified all x's into %'s in lang calls and lang files.
2003-02-27 22:57:55 +00:00
Ralf Becker
02a7b96abe
fixed holiday-management:
...
- holidays not complying to a (simple) rule like Eastern can now be entered as a one-time holiday for a fixed year
- fixed some wrong links and other stuff in the UI
- added a error-msg to accept_holiday on phpgroupware.org if there is already a file for the locale
- added download for holiday-files
2003-02-27 19:28:25 +00:00
Ralf Becker
07ec4382e2
some new phrases for recuring events
2003-02-26 16:35:26 +00:00
Ralf Becker
6bfe3f7aab
missed to translate one
2003-02-24 15:03:26 +00:00
Ralf Becker
1cfa1505c2
added some new phrases (mostly xmlrpc) and changed one to comply with this cracy % to x buisness
2003-02-24 14:59:56 +00:00
Ralf Becker
c2a3070868
added some new phrases (mostly xmlrpc) and changed one to comply with this cracy % to x buisness
2003-02-24 14:52:55 +00:00
gugux
5f72c82a90
Added missing \
2003-01-23 21:35:32 +00:00
gugux
d7a979d492
New dutch langfile for calendar 0.9.13.007. Thanks to kovoks !
2003-01-10 21:01:14 +00:00
gugux
c0da43f00b
Commit to set HEAD branch to the level of 0.9.14 stable for french translation files.
2003-01-08 22:57:45 +00:00
Ralf Becker
f4bc7d7489
some more phrase from the english file
2002-11-24 16:58:17 +00:00
Ralf Becker
ffc615909e
Patch #560 from gugux
2002-11-24 16:10:43 +00:00
Ralf Becker
2f4fe2ca2a
merged differences from the .14 branch
2002-11-23 12:26:28 +00:00
ceb
f3834879c8
update about
2002-10-27 23:56:10 +00:00
Ralf Becker
c54195c6dd
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)
2002-10-27 16:46:15 +00:00
ceb
587fa97db2
removed app_title plus update layout
2002-10-23 20:47:33 +00:00
skeeter
2cc532c42b
GNU Patch #495 .
2002-09-21 21:50:30 +00:00
skeeter
96e1343a59
GNU Patch #439 .
2002-09-19 02:52:17 +00:00
skeeter
24d9c7546c
Cleaning up a couple of common lang phrases.
2002-08-24 13:56:16 +00:00
skeeter
3a32c969be
Cleaning up a couple of common lang phrases.
2002-08-24 13:36:31 +00:00
skeeter
2fd41422e2
GNU Patch #447 .
2002-08-23 01:24:29 +00:00
skeeter
b97821cd85
GNU Patch #423 .
2002-08-23 00:17:42 +00:00
skeeter
058ddb033f
GNU Patch #348 .
2002-06-25 01:09:29 +00:00
ceb
ae0f6115a1
update fr lang files
2002-05-14 22:33:00 +00:00
skeeter
2f001c89f5
Updating the setup.inc.php files.
2002-04-27 15:35:26 +00:00
skeeter
debc1f5b36
additional information for use by http://apps.phpgroupware.org .
2002-04-25 12:41:19 +00:00
skeeter
db595b0d77
Changed the wording on the preferences to 'Show default view on home page'.
2002-04-17 01:34:08 +00:00
skeeter
90341cace9
Added missing phrases.
2002-04-13 19:36:51 +00:00
skeeter
8c2abdfccf
Added missing phrase.
2002-04-12 14:22:28 +00:00
skeeter
4be11c0737
Added missing phrase.
2002-04-07 02:41:38 +00:00
ceb
7c84398cb3
added french langs
2002-04-04 20:51:26 +00:00
ceb
5c5ccdb02c
added finnish translation file
2002-04-02 20:29:02 +00:00
simone
f20e1d181d
adding sentences
2002-03-07 10:52:47 +00:00
skeeter
524096db45
Added a missing phrase.
2002-02-16 15:14:58 +00:00
p_pessagno
166d2cdca2
Big French Translation update - thanks to Guillaume
2002-02-04 15:13:45 +00:00
ceb
1d5c3853f9
added hook about
2002-01-28 00:22:04 +00:00
ceb
105b55ef96
added api version to deps
2002-01-13 20:17:42 +00:00
p_pessagno
26b864d8c3
Portuguese Translation - Thanks to Leonardo Gomes Figueira
2002-01-10 16:57:31 +00:00
seek3r
c13ade18dc
Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files.
2002-01-07 10:50:42 +00:00
Miles Lott
ab1bae0505
add some admin langs
2002-01-04 00:33:43 +00:00
Miles Lott
ba6bf89d9e
Add some missing langs for calendar
2002-01-04 00:22:55 +00:00
seek3r
f3fb44a6a6
updated the hooks entries
2002-01-02 17:01:55 +00:00
skeeter
b2bbc10e70
Patch applied #497133 .
2001-12-28 15:03:17 +00:00
skeeter
17900a9ed8
Fix a misspelling identified by Milosch.
2001-12-24 04:30:14 +00:00
Miles Lott
093e6d006b
No longer used
2001-12-23 15:42:07 +00:00
bettina
6c48ea83d0
added some langs
2001-12-20 20:34:01 +00:00
itheart
f5006fb941
Japanese lang file phrase add.
2001-11-19 20:34:02 +00:00
skeeter
45b31e3e14
Fix for bug #478669 .
2001-11-06 23:59:27 +00:00
skeeter
f0f283669c
Missed a comma at the end of the previous column.
2001-11-05 18:17:41 +00:00
skeeter
1f8ae0362f
This adds the bility to exclude individual events from a repeating event.
2001-11-05 02:08:31 +00:00
skeeter
e4f41e8ec1
Corrected an issue of the word calendar being in small case in EN.
2001-10-16 02:22:52 +00:00
jengo
dd450aa11b
#465163 - Merged in patch for Chinese Translations
2001-09-28 21:52:33 +00:00
Lars Kneschke
5ae0b05bbc
some missing german translations
2001-09-23 16:56:40 +00:00
skeeter
2da7e41cd4
Various changes.. Too numerous to mention. Major change is a table change for having multiple categories for a sngle event.
2001-09-17 02:33:19 +00:00
Miles Lott
6d61de65ed
Updated file from Guillaume Courtois <guigui@gugux.net>
2001-09-08 13:02:12 +00:00
skeeter
0cde39204d
Backend work for processing alarms.
2001-09-08 08:48:38 +00:00
skeeter
8cfde64d54
Whole bunch of new code. Skeleton alarm management stuff. Importing of iCal file data (semi-working). New data fields (uid/location). New tables (phpgw_cal_alarm).
2001-09-07 16:37:11 +00:00
skeeter
6bb9cd937d
This holiday looks good for Ireland.
2001-09-04 05:56:10 +00:00
skeeter
0732fd541e
Starting to add support for displaying a list of alarms.
2001-09-04 03:17:49 +00:00
Miles Lott
8911a39448
php3 array fixes in baseline, remove double global in 1st update function
2001-09-03 03:31:13 +00:00
skeeter
cb58b67a03
New lang entries -- missed one.
2001-08-31 01:01:05 +00:00
skeeter
dc0c01c55b
New lang entries.
2001-08-31 00:59:01 +00:00
skeeter
a08d84199c
Changed the category field to a nullable field.
2001-08-30 16:07:09 +00:00
Lars Kneschke
d085166c6c
updated some german translations
2001-08-28 21:50:57 +00:00
skeeter
3bf1728dc6
Feature Request #229502 - Allow editing of a single occurence of a repeating event.
2001-08-27 01:30:40 +00:00
Lars Kneschke
3d9fe8f48a
updated german translation
2001-08-13 07:55:15 +00:00
skeeter
7506365417
Non-detrimental change. According to jengo, this will allow pgsql to have an easier chance of installing.
2001-08-04 20:48:07 +00:00
Ralf Becker
a9b98c403d
some missing german phrases
2001-07-18 22:57:51 +00:00
Miles Lott
349e4cdcd2
Slightly more complete files, split from new file from Guillaume Courtois <guigui@gugux.net>
2001-07-05 22:27:05 +00:00
itheart
1073ea3272
New admin languages.
2001-07-03 18:42:56 +00:00
Lars Kneschke
69579ae6d2
updated a translation
2001-07-01 23:05:16 +00:00
Lars Kneschke
0c0924738c
added some german translations
...
added a way to inlcude plugins into editaccount.php
2001-07-01 17:29:49 +00:00
skeeter
d0890b1864
Fixes for bug #431356 .
2001-06-26 23:33:18 +00:00
skeeter
8f748c932c
Now using ithearts holidaycalc class.
2001-06-19 00:49:38 +00:00
Miles Lott
8895d619f5
Add bogus version upgrade
2001-06-18 00:39:38 +00:00
Miles Lott
5a3e19e6ab
Add missing versions, increment version to current api version
2001-06-17 16:35:49 +00:00
bettina
f6def14ca4
update langs
2001-06-12 04:03:56 +00:00
bettina
2e254ae715
update langs
2001-06-12 03:00:11 +00:00
bettina
77d909e507
update langs
2001-06-12 02:38:13 +00:00
bettina
82be6c9aa8
update langs
2001-06-11 22:27:53 +00:00
Miles Lott
de09cdc60d
Now seems to be a working upgrade
2001-06-11 17:09:16 +00:00
Miles Lott
bee1d3fa6f
Using db wrappers in schema_proc, add missing function
2001-06-11 01:55:38 +00:00
skeeter
03a82af40e
Updated the hooks for the calendar.
2001-06-08 03:21:59 +00:00
Miles Lott
5b411bcd9f
Fix general syntax problems, will be moving to different return style soon
2001-06-06 00:13:50 +00:00
Miles Lott
640bb0b773
Add missing ';'
2001-06-05 21:18:57 +00:00
Miles Lott
4b9c00c914
Using new method of global phpgw_setup, then setting oProc. Most of these work now
2001-06-05 20:11:40 +00:00
Miles Lott
2aab6d95b1
Add lang files, split from main lang files
2001-06-04 16:29:13 +00:00
Miles Lott
8eacdb5cbb
Remove spaces in = >, remove '' from int default values (not sure that is req.)
2001-06-04 14:37:40 +00:00
skeeter
bd705eef8c
Fixed the setup_info variable and now returns True ALWAYS. This is at least for testing...
2001-06-04 03:46:31 +00:00
skeeter
1ce692b36a
Should be up-to-date. Still need one upgrade path from 0.9.10pre4.
2001-06-04 03:29:26 +00:00
Miles Lott
6bb6470ec8
Add enable flag
2001-06-03 20:56:46 +00:00
seek3r
1def56a2c4
updating for the new dev versioning
2001-05-30 17:48:20 +00:00
Miles Lott
7827d25bfe
Updates to some tables_current and setup_inc files
2001-05-29 14:13:03 +00:00
Miles Lott
ab460baab1
Correct cal_type default, should be undefined
2001-05-25 03:45:27 +00:00
Miles Lott
329a51bf2b
Add tables_current, update setup.inc.php
2001-05-25 03:28:42 +00:00
Miles Lott
ba54e7d972
Add correct table names
2001-05-24 08:18:41 +00:00
seek3r
85a3b35de4
I have decided that setup.inc.php will contain all the details about the app, which setup will need to know. I am removing all other existing files that served the same purpose. I may switch to setup.xml at some point... but not yet
2001-05-19 06:09:07 +00:00
Miles Lott
ed13906357
Update calendar ver not api
2001-05-18 03:33:49 +00:00
Miles Lott
604c3b5292
Mkae function names unique
2001-05-18 03:28:54 +00:00
Miles Lott
822602403a
New files for setup3 import
2001-05-18 03:19:49 +00:00
skeeter
5a6cf40e6b
New JP holidays.
2001-05-17 01:53:05 +00:00
skeeter
c8f940a8ee
Added a new field to the holiday table for observance rules.
2001-05-14 23:43:05 +00:00
skeeter
c60ed75550
Had blank lines at end of file.
2001-05-03 11:34:36 +00:00
skeeter
d6e11dd04a
This now allows for following observance rules.
2001-05-03 02:28:26 +00:00
skeeter
f1ac28bc71
Fix for bug #420708 . Also, restructured the holiday support. I think this will be the final structure. This gives the most flexibility, a single file to handle all future years. This does not care about previous years rules.
2001-05-02 23:23:48 +00:00
skeeter
a4064929a9
Holiday support is now working... Still need to add a mangement page
2001-05-01 03:26:17 +00:00
Miles Lott
b4c49a5ea6
Add setup info files
2001-04-12 05:12:27 +00:00
seek3r
d80f6a4e79
working toward app install/upgrdae within setup prog
2001-02-13 10:53:18 +00:00
jengo
cf3564035a
Setup will now read the directorys and figure out which applications are present, then it will insert into the phpgw_applications table depending on what was found
2001-02-10 19:47:39 +00:00
seek3r
66ab743445
working on new setup prog that will allow add-on apps to take advantage of it
2000-12-19 22:40:54 +00:00