Commit Graph

9995 Commits

Author SHA1 Message Date
f51badf1ef fix for broken date.print function under opera 2004-06-08 12:26:54 +00:00
1ab7a385b7 patch [ 964190 ] Test GD functionality in projects 2004-06-08 05:00:27 +00:00
a40c1f9e83 fix for chines chars
There are many (I belive around 5%) Chinese character coded in GB2312
contains \xad, remove all \xad make the characters broken. Image you see
one broken ideograph in every sentence:(
2004-06-07 02:07:04 +00:00
8ac1f330aa uploaded images for categories (used only by phpbrain so far) 2004-06-04 17:12:18 +00:00
61f293dd9c added a german translation 2004-06-04 06:18:50 +00:00
ab6a4ae74f added class to create pdf file
http://www.fpdf.org
2004-06-04 06:17:23 +00:00
87e8b9c917 update lang file from Tapio Kautto 2004-06-01 10:08:12 +00:00
892f40ff23 funtion renamecolumn wasn't upgrading the indexes, which avoided changing an indexed column name in postgres 2004-06-01 05:10:43 +00:00
d6c38c6ced 1) table-definitions are shared now between all db-instances
2) some extensions for easier quoting of sql-queries: functions to construct and run a whole insert, update, delete or select query, plus a function (expression) to generate a whole quoted expression with brackets and different operators
see the inline-docu for how to use them of look at bookmarks/inc/class.so.inc.php
2004-05-31 16:32:22 +00:00
d08ff634f8 update lang file from Tapio Kautto 2004-05-31 13:01:54 +00:00
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
151af07339 added the abillity to handle and quotes values as arrays (they generate a col IN (val1,val2, ...) instead a col=val 2004-05-31 09:25:35 +00:00
1b60e0f309 fixed droping of non-existing primary keys 2004-05-30 11:18:47 +00:00
4549d52c56 disabled diagnostics about setting not existing blocks again, as it breaks email 2004-05-30 10:55:52 +00:00
728b1de2dd moved accounts & accounts_shared into one file accounts:
saves opening and existens of one more file
2004-05-29 16:11:35 +00:00
9a386bb064 extended the diagnostics on template-errors (eg. backtrace) and added some good debug-possebilities 2004-05-29 10:23:18 +00:00
35b80dabd2 added extra param append_ix to _GetTableSQL (used only by pgsql, but gives warning if not there) 2004-05-29 10:21:04 +00:00
140a9fb5df added possibility to assign a color and an icon to a global category 2004-05-29 10:16:52 +00:00
0fa77633e1 removed calls to not used block data_column 2004-05-29 10:15:59 +00:00
200b99cd9f fixed new uid creation: uid is not null, so we need to write a dummy-value, before we knew the actual id 2004-05-29 08:01:37 +00:00
1f799dd84d patch [ 962307 ] Chinese charset conversion patch
"I am alost certain this is the best solution. I just
commited the change, please close this patch.

This is a typical problem (GB2312~GB18030) that many
opensource/commercial mailers fail to handle."
2004-05-29 01:14:29 +00:00
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
d39c37ed76 update of the GB holidays, provided by Jonathan Riddell jr -at- jriddell -dot- org 2004-05-28 16:18:35 +00:00
17a9c3c547 extend WEBDAV install howto from Jonathan Riddell 2004-05-27 12:44:11 +00:00
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
34d0de6e9d Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
b91d5814e5 Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
50694d54a4 Italien translation extension from Leo Amadori 2004-05-26 20:07:17 +00:00
3ec6f18729 Italien translation extension from Leo Amadori 2004-05-26 20:03:39 +00:00
84a2e86056 finnish translation extension from Tapio Kautto 2004-05-26 17:49:51 +00:00
18dded158c 1) using the color set by preferences dialogs, now in data-column
2) reverted alpes tab to space and dos-line-ends conversation
2004-05-26 10:16:46 +00:00
2a1b37b6da an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00
a4f495d678 added possibility to assign a color and an icon to a category 2004-05-26 07:25:29 +00:00
2a311ca452 Added tigra color-picker Ver. 1.1 and some documentation updates (they are now phpdoc conform) 2004-05-26 07:23:31 +00:00
29472d0c52 added possebility to set the url, where the picker "lives", to enable it to load it's html-file correct (without the need to copy it everywhere) 2004-05-26 07:22:43 +00:00
892a1b369e Added tigra color-picker Ver. 1.1 2004-05-26 07:21:00 +00:00
6e30dedf98 submitted to egroupware.org 2004-05-25 11:43:45 +00:00
5d8250c0de 1) fixed observance of new year and new year's eve, which can fall into the next or previous year
2) additionaly added new year of the next year and new year's eve of the last year to this years holidays, as they are often displayed (or missing) in a week- or day-view
3) fixed the not working saving of a changed observance rule in the holiday manager
4) added the observance rule to new year in the US
2004-05-25 11:36:32 +00:00
a94772e3bc fix from Jonathan Riddell 2004-05-25 08:55:12 +00:00
475be59cb1 E_ALL fix 2004-05-24 22:33:48 +00:00
6399a1664e added error-msg for the async-services 2004-05-24 17:15:23 +00:00
3edc6525f2 fix for php 4.1 (print_r with 2 params) 2004-05-24 14:23:46 +00:00
39b2c216fd fix for Bugs:
- mail from Thomas Hackl: newest cal upgrades (performance patch)
- wiki upgrade probs under postgesql
- [ 948279 ] upgrade postgresql 0.9.14-0.9.15
implemented index_names for pgsql db-type (there's no equivalent function in ADOdb)
2004-05-24 14:22:45 +00:00
da83e39c89 fixed creation of sub-cats, to automaticaly set the main-cat (as it already set the level) from the parent 2004-05-24 09:29:30 +00:00
b30b9bd9c0 fix typo 2004-05-24 04:56:21 +00:00
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
587a2d5e1c a little ui enhancement in addressbook
addressbook/inc/class.uiaddressbook.inc.php in the line
161 remove this:
size="3"

On my installation there are 15 categories, a user has
to scroll down to find approprate category, size="3"
for category select box is too limited. Does not
specify size makes mozilla provide a select box just
fit it's content. Don't know how it would be in IE.
2004-05-24 02:35:08 +00:00
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
7d5faa667a added concat function to abstract different concat operators or functions 2004-05-23 23:34:32 +00:00
01d480cad1 applied patch [ 956110 ] webdav VFS checks for local directories 2004-05-23 23:22:24 +00:00