Ralf Becker
f25d5864ff
1) improved referer handling
...
2) user-pref. to never hide the nextmatch line
2005-07-13 08:34:38 +00:00
zhangweiwu
c2106931d9
happen to see this spell mistake today, correct it in place.
2005-06-29 00:43:18 +00:00
Oscar Manuel Gómez Senovilla
4c6b62cc7f
bug 1187943
2005-06-02 18:44:11 +00:00
Ralf Becker
33d296114f
Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net
2005-04-15 15:21:52 +00:00
Ralf Becker
b4c9197e20
Russian langfiles from ReklamaLab.RU
2005-04-15 15:03:28 +00:00
Ralf Becker
94202f6581
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
2005-04-15 10:18:20 +00:00
Oscar Manuel Gómez Senovilla
f2a93fa910
*** empty log message ***
2005-03-26 22:00:50 +00:00
Oscar Manuel Gómez Senovilla
29997ba72f
bug 1112125
2005-01-29 19:36:06 +00:00
reinerj
f3f278c953
lang file update Swedish from Marko
2005-01-17 13:21:34 +00:00
Oscar Manuel Gómez Senovilla
582aee2499
*** empty log message ***
2004-11-30 19:38:06 +00:00
reinerj
e0bc6ecbd9
update the polish lang file from Lukas Zolnowski
2004-11-30 15:19:55 +00:00
reinerj
41ab433325
update the slovenian lang file from orb_ter
2004-11-29 14:33:47 +00:00
reinerj
d251796c54
Lang file update traditional Chinese from Finjon Kiang
2004-10-01 10:56:14 +00:00
Ralf Becker
2f488b17a1
fix for 800x600 resolution from Alejandro
2004-09-18 09:45:31 +00:00
Oscar Manuel Gómez Senovilla
df8f5a858c
*** empty log message ***
2004-09-17 09:36:18 +00:00
reinerj
b7658fe1c5
update lang file from Theytaz Antoine
2004-09-01 08:51:31 +00:00
dragob
42b2966f4d
New/updated Slovenian translations.
2004-08-31 22:00:45 +00:00
Ralf Becker
9f2d156c93
showing time for the startdate
2004-08-28 18:04:24 +00:00
Ralf Becker
0e557eb9e5
translation update
2004-08-28 14:42:15 +00:00
Ralf Becker
3b9af33d80
not longer needed => common sense in eGW
2004-08-28 14:40:52 +00:00
Ralf Becker
fb6621ae2a
fixed bug [ 1018087 ] custom infolog type name only allow 10 bytes:
...
==> longer fields for multibyte charsets
2004-08-28 14:39:46 +00:00
Ralf Becker
ef7e5ca4b6
translation update from almarsa-at-users.sf.net
2004-08-17 20:06:41 +00:00
shrykedude
ff34378a1e
Fixed app dependencies for api-1.0.1 version change
2004-07-30 19:06:35 +00:00
Oscar Manuel Gómez Senovilla
ae31c0db04
*** empty log message ***
2004-07-26 19:48:49 +00:00
Ralf Becker
edcda476b7
update brasilian translations
2004-07-21 21:18:18 +00:00
Ralf Becker
f9e0f8f0d4
updated lang file from Emil Varjasi
2004-07-21 16:45:52 +00:00
Ralf Becker
b602dd1abf
patch from Erwan LE DISEZ
2004-07-21 16:43:34 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e
*** empty log message ***
2004-07-14 08:12:56 +00:00
Oscar Manuel Gómez Senovilla
dbc3954526
*** empty log message ***
2004-07-08 14:32:18 +00:00
Ralf Becker
5188c0a6a3
updating the missed sequenzes (postgres) and pushing all versions to 1.0.0
2004-07-02 22:25:26 +00:00
Ralf Becker
3b93f3845d
creating indices for infolog
2004-06-27 09:54:57 +00:00
Pim Snel
e79e6387bb
fix typo
2004-06-23 21:10:28 +00:00
Oscar Manuel Gómez Senovilla
d834017cff
*** empty log message ***
2004-06-11 19:23:19 +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
zhangweiwu
471b312a67
Received new UTF-8 lang files from kiang.
...
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a
*** empty log message ***
2004-05-28 18:58:43 +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
Oscar Manuel Gómez Senovilla
699a260689
*** empty log message ***
2004-05-19 15:02:27 +00:00
reinerj
6fc238640a
add change from zhang weiwu
2004-05-16 23:57:04 +00:00
reinerj
95cae3b6ec
new langfile Catalan from Xavier Navarro
2004-05-04 15:03:04 +00:00
Espen Laursen
d1f82e99ae
added some missing phrases.
2004-05-03 13:05:09 +00:00
Espen Laursen
ceb4b7292f
updated....
2004-05-03 13:03:57 +00:00
reinerj
691f95cb19
fix typo
2004-04-30 15:59:59 +00:00
reinerj
3bab3feaf9
update Traditional Chinese langfiles from Finjon Kiang
2004-04-27 10:49:54 +00:00
Espen Laursen
e1315dfab4
A little more of translated in this module =)
2004-04-22 23:55:53 +00:00
mila76
1f4659b578
Update to 0.9.99.015
2004-04-19 15:54:32 +00:00
Ralf Becker
f72c555a80
removed some double and/or empty phrases
2004-04-19 08:47:14 +00:00
Ralf Becker
04ddccb795
removed some double and empty phrases
2004-04-19 07:36:07 +00:00
Ralf Becker
4c8d31b713
removed some double and empty phrases
2004-04-19 06:33:36 +00:00
reinerj
8d5bb20cf1
update traditional Chinese langfiles from Finjon Kiang
2004-04-16 09:30:18 +00:00
Oscar Manuel Gómez Senovilla
c9ed30704c
*** empty log message ***
2004-04-02 20:32:14 +00:00
reinerj
8574c44ae1
update to the next version from egw
2004-03-28 12:20:15 +00:00
petere78
0f8224fd47
Various spelling and grammar fixes
2004-03-27 01:15:04 +00:00
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
Ralf Becker
86c599f40b
Patch #876124 : Text re-worked to fix spelling and tidy the english
...
thanks to Paul Oldham
2004-03-14 22:28:31 +00:00
reinerj
9759bb4f0f
languages changes chinese from Zhang Weiwu
2004-03-12 08:33:53 +00:00
Ralf Becker
3df9b76106
activating links in list-view
2004-02-26 15:36:36 +00:00
Oscar Manuel Gómez Senovilla
742e25401a
*** empty log message ***
2004-02-25 02:58:12 +00:00
reinerj
259d6ce8bf
add some translations from Zhang Weiwu in Chinese
2004-02-20 09:46:20 +00:00
Espen Laursen
1506c93481
Just a small danish translation update
2004-02-16 23:30:47 +00:00
Ralf Becker
32a2083cbb
1) responsible user can change status now, even if he has no write-grant
...
2) removed not yet used confirm-field in the delegation-tab
3) fixed counting of subs (did not take acl into account)
2004-02-05 13:37:29 +00:00
mila76
284b7cb84f
Fix for Filter
2004-01-27 13:02:16 +00:00
mila76
2473042aaf
Small Fix
2004-01-27 12:45:48 +00:00
mila76
832cad823f
Update to 0.9.99.012
2004-01-27 12:00:32 +00:00
reinerj
0961e0c3f9
small changes in the header
2004-01-25 21:18:38 +00:00
reinerj
fc10dab6d5
add translation from Andrei V. Smilianets for Ukrain to CVS
2004-01-20 03:22:44 +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
Oscar Manuel Gómez Senovilla
91e2dde838
*** empty log message ***
2003-12-26 00:51:21 +00:00
Oscar Manuel Gómez Senovilla
960d5411e7
*** empty log message ***
2003-12-23 20:33:25 +00:00
Oscar Manuel Gómez Senovilla
a9bfb197e6
*** empty log message ***
2003-12-23 00:18:57 +00:00
Ralf Becker
d4952f1a2b
infolog now explicitly asks to deleted sub-entries and allows not to delete them
2003-12-19 02:26:17 +00:00
Ralf Becker
b05fc623e2
some fixes for the improved nextmatch
2003-12-10 01:21:31 +00:00
Ralf Becker
173eb70fea
sort- and filter-headers for infolog's index page
2003-12-09 00:08:31 +00:00
shrykedude
86b812ed2c
- Added small view for main screen display of infolog entries.
...
- Added pref setting for choosing and using small view.
- Updated calendar method to support display limit.
- Added/updated English translations.
2003-11-20 06:40:29 +00:00
shrykedude
e3acb4f125
English translation fix
2003-11-19 15:40:33 +00:00
Pim Snel
85cb7ab6b0
removed typos
2003-11-17 22:04:58 +00:00
Pim Snel
8b42b439dc
small changes
2003-11-12 00:15:29 +00:00
Pim Snel
4028e63740
new Dutch translations
2003-11-12 00:12:22 +00:00
reinerj
f3de62e3da
updated Big5 lang file from Finjon Kiang
2003-11-04 11:29:10 +00:00
shrykedude
10f046a0f2
Updated English translations
2003-11-01 22:42:10 +00:00
shrykedude
5fab70131a
Updated English translations
2003-11-01 22:31:58 +00:00
dragob
ecdea9c643
Added slovenian translation (Tea �trancar, Klemen Vodopivec).
2003-10-16 20:41:41 +00:00
Ralf Becker
420cf9ad1d
moved admin, preferences hook to one class, added a sidebox-menu
2003-10-16 09:36:46 +00:00
Ralf Becker
6596f08060
updated cvs-import with charset-conversation and automatialy run some string to id conversations
2003-10-07 23:58:48 +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
Lars Kneschke
58b793c97b
Changed from german to english spelling
2003-09-29 13:26:34 +00:00
Lars Kneschke
e5373db2a2
moved german translation to UTF-8
2003-09-28 08:15:58 +00:00
reinerj
ae69fc9f67
new lang file from Ignasi Salvador added
2003-09-19 15:43:34 +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
Ralf Becker
a349603673
infolog.index.rows: changed info_from to info_link_title
2003-07-06 09:03:17 +00:00
Ralf Becker
594ed5bd57
app-header for delete
2003-06-29 23:02:34 +00:00
Ralf Becker
213b3b5aad
.16 conform app-headers
...
added display of all links to the list-page (configurable in the preferences)
2003-06-29 17:03:47 +00:00
gugux
7c54a57043
Added new italian translations patch #1635 thanks to Alessandro Farina
2003-06-25 22:37:51 +00:00
Ralf Becker
85839d59e4
1) corrected the escapeing of " and '
...
2) added the wiki page
2003-06-14 13:52:45 +00:00
gugux
123600adf7
Forgot these ones.
2003-06-01 20:17:40 +00:00
gugux
5584043178
Corrected a few typos.
2003-05-30 22:13:07 +00:00
Ralf Becker
725edfc790
removed categories button
2003-05-30 18:48:07 +00:00
Ralf Becker
00ef88da75
non-fixed tab-width
2003-05-30 18:45:33 +00:00
Ralf Becker
f14dd6fc19
fix for variable width of edit
2003-05-25 15:45:55 +00:00
Ralf Becker
037eb08667
changes for new hooks
2003-04-27 22:35:39 +00:00
Ralf Becker
13c0080781
new preferences to use the user/default/forced tabs
2003-03-28 02:26:04 +00:00
Ralf Becker
e0a54cc5c8
readded title as it is needed to run in 0.9.14/6
2003-03-18 18:55:46 +00:00
Ralf Becker
f6394ba593
german langfile for the new infolog version
2003-02-22 14:56:31 +00:00
gugux
5f72c82a90
Added missing \
2003-01-23 21:35:32 +00:00
gugux
a41792358a
Corrected typos.
2003-01-09 22:55:06 +00:00
gugux
1515dae637
Added missing phrases.
2003-01-09 22:51:51 +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
839e094117
added a hook_deleteaccount
2002-11-20 19:58:15 +00:00
Ralf Becker
b034a977dd
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)
2002-10-28 00:18:04 +00:00
Ralf Becker
4ef9cd9399
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)
2002-10-27 18:09:12 +00:00
ceb
587fa97db2
removed app_title plus update layout
2002-10-23 20:47:33 +00:00
Ralf Becker
466c33e3b0
Got fileattachments working as links:
...
- link-widget and infolog/link-class can attach files now
- changed the value of the file-widget (it's an array now)
2002-10-20 15:06:52 +00:00
Ralf Becker
2004bf5c58
update with new table-structure for infolog
2002-10-17 22:02:44 +00:00
Ralf Becker
01e13c81ea
- no empty data-line shown, if no data
...
- added option to disable nextmatch, if total entries <= nextmatch-max and no search, filter or cat set
2002-10-16 14:11:36 +00:00
Ralf Becker
6b06c9d9b0
update
2002-10-14 00:42:31 +00:00
Ralf Becker
83b0d0cd36
finished infolog.edit port
2002-10-09 11:48:20 +00:00
Ralf Becker
5f39d2d67d
corrected dependency version of etemplate
2002-10-09 00:43:17 +00:00
Ralf Becker
bafaceec62
moved to etemplate.link_widget (with sub-widgets)
2002-10-09 00:40:01 +00:00
Ralf Becker
eea5281759
first steps on infolog port to etemplates
2002-10-08 00:10:18 +00:00
Ralf Becker
40c64bc4ca
added infolog.edit
2002-10-06 00:31:19 +00:00
Ralf Becker
850a835f1c
using include_once now to include the class we extend and exclusivly the etemplate.html class
2002-09-29 08:50:18 +00:00
Ralf Becker
d89bce6364
link functionality is now working, the UI is not very pretty
2002-09-03 23:09:21 +00:00
Ralf Becker
e5f2cb6e77
added linkto_widget extenstion for eTemplates: select on side of a Link
2002-09-02 21:49:22 +00:00
Ralf Becker
977327c207
return of update-function used 'phpgwapi' instead of 'infolog'
2002-09-01 21:13:20 +00:00
Ralf Becker
78320c0525
moved infolog links to addressbook,projects and calendar to new link-class and its table phpgw_links
2002-09-01 20:41:36 +00:00
Ralf Becker
b9f7c66d71
initial import of link class
2002-09-01 18:59:01 +00:00
skeeter
24d9c7546c
Cleaning up a couple of common lang phrases.
2002-08-24 13:56:16 +00:00
skeeter
8a82df2ab7
Cleaning up a couple of common lang phrases.
2002-08-24 13:32:05 +00:00
skeeter
bf8bbf9157
GNU Bug #461
2002-08-23 02:19:48 +00:00
Ralf Becker
d84e3fa92c
added a missing word
2002-08-06 08:20:54 +00:00
Ralf Becker
6dd371ca18
adapted hook_home to new portalbox design
2002-05-14 12:04:15 +00:00
Ralf Becker
26cc517d8a
enable infolog to associate entries to calendar-events
2002-05-12 07:14:01 +00:00
Ralf Becker
a6dca4b6ba
changed the description for apps.phpgroupware.org
2002-05-01 15:53:11 +00:00
skeeter
da3a4fc409
Updating the setup.inc.php files.
2002-05-01 15:41:48 +00:00
Miles Lott
cc0809fb36
Fix annoying spelling problem
2002-04-28 15:54:11 +00:00
ceb
7c84398cb3
added french langs
2002-04-04 20:51:26 +00:00
ceb
2fc6136a90
added finnish lang file
2002-04-02 21:04:51 +00:00
p_pessagno
166d2cdca2
Big French Translation update - thanks to Guillaume
2002-02-04 15:13:45 +00:00
p_pessagno
572554b2a7
fixes, sorting
2002-01-15 19:11:51 +00:00
ceb
105b55ef96
added api version to deps
2002-01-13 20:17:42 +00:00
p_pessagno
b8a3efc193
Full Infolog Spanish translation
2002-01-11 22:08:24 +00:00
Miles Lott
d7218108ca
adding some phrases
2002-01-07 14:20:25 +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
90a2340c33
Fix 'de' in 'en' lang file
2001-11-19 05:14:09 +00:00
Ralf Becker
0146ff46df
attachments now via symlinks if configured and retrieval to local clients via file:/path
2001-10-07 20:11:32 +00:00
Ralf Becker
3f71a7727d
deleting of attached files
2001-10-04 23:34:30 +00:00
Ralf Becker
f9107de6ac
Attachment of Uploaded files (stored under /infolog via VFS) based on the patch of juergen@henge-ernst.de
2001-10-04 00:46:06 +00:00
Miles Lott
404f8d37b1
Updated file from Guillaume Courtois <guigui@gugux.net>
2001-09-08 12:38:24 +00:00
skeeter
40e145af1a
Applid patch #45184 .
2001-08-18 00:32:56 +00:00
Ralf Becker
89e392d9df
some more defaults to get pgsql work
2001-07-25 22:39:14 +00:00
Miles Lott
0db88c6547
remove dups
2001-07-23 12:30:16 +00:00
Ralf Becker
79561e21f7
translation of subject corrected
2001-07-19 23:07:15 +00:00
Ralf Becker
13debcb486
more english translations plus more consistent naming
2001-07-16 18:11:27 +00:00
Ralf Becker
fe96cbcbcc
sorted now
2001-07-15 22:03:06 +00:00
Ralf Becker
36ef9cf331
hook_home, plus some filters and preferences added
2001-07-15 22:00:14 +00:00
Ralf Becker
58783d5464
hook_home, plus some filters and preferences added
2001-07-15 21:42:17 +00:00
Miles Lott
a25a8e4b77
Remove 2 duplicates
2001-07-14 23:56:11 +00:00
Ralf Becker
e0e2bfd88e
db-field datecreated is now a modification-date
...
maybe i change the fieldname later
2001-07-14 23:51:51 +00:00
Ralf Becker
e88d1bce67
db-field datecreated is now a modification-date
...
maybe i change the fieldname later
2001-07-14 22:16:44 +00:00
Ralf Becker
f5f580986d
added preferences page to infolog
2001-07-14 16:14:05 +00:00
Ralf Becker
c8fb93b235
updated hooks: hook_about
...
corrected dependenicies: infolog depends on head-cvs-api '0.9.13'
2001-07-14 09:46:17 +00:00
Ralf Becker
395234b155
not (longer) needed
2001-07-14 09:39:43 +00:00
Ralf Becker
e356f7ba38
initial import made from the translations of the other apps
2001-07-14 08:24:19 +00:00
Ralf Becker
e68b815d19
CSV-Import into common, because its in admin
2001-07-14 08:22:52 +00:00
Ralf Becker
847581cc23
added hooks: addressbook_view, projects_view
2001-07-14 00:55:54 +00:00
Ralf Becker
02cd5e8a7c
corrected misspelling of column-name info_enddate (was info_enddata)
2001-07-13 17:53:52 +00:00
Ralf Becker
363fa816fe
more translations
2001-07-07 21:24:48 +00:00
Ralf Becker
24576084da
initial upload
2001-07-07 19:40:19 +00:00
Miles Lott
87f640f4a4
Fix/convert for setup3, almost there...
2001-06-06 07:27:42 +00:00
Ralf Becker
83f875688f
shows now the fields of the phpgw_infolog db and not todo
2001-06-04 19:23:16 +00:00
Miles Lott
6bb6470ec8
Add enable flag
2001-06-03 20:56:46 +00:00
Miles Lott
115df74d6a
Fix app name in comments
2001-05-31 21:50:51 +00:00
Miles Lott
073de05325
Update setup.inc.php and tables_current possible field change
...
do not touch these files
2001-05-31 21:44:52 +00:00
Ralf Becker
950809de72
changed db-name to phpgw_infolog, setup-files
2001-05-30 22:00:51 +00:00
Ralf Becker
03a7ff211e
renaming info in infolog
2001-05-24 13:40:40 +00:00
seek3r
f184b96979
Initial revision
2001-05-23 19:07:45 +00:00