Commit Graph

6695 Commits

Author SHA1 Message Date
Ralf Becker
594ed5bd57 app-header for delete 2003-06-29 23:02:34 +00:00
Ralf Becker
0c4a8b5323 removed old call to delete_attachted 2003-06-29 20:23:37 +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
Ralf Becker
7073ae95c2 nextmatch_widget:
- 2 header-templates left and right from the range-display
- optional nextmatch-line with arrows, search, cats, ... after the rows
link_widget:
- new sub-type link-string
Updateted the documenations and lang-files.
2003-06-29 17:00:05 +00:00
Ralf Becker
a205036c1d *** empty log message *** 2003-06-29 16:59:41 +00:00
Ralf Becker
2d3a58b86d removed the schema_proc files as they are from .16 on in the API, this breaks .14 compatibility 2003-06-29 16:48:25 +00:00
Ralf Becker
5e8a496cc7 killed a debug-message 2003-06-27 11:34:21 +00:00
Ralf Becker
cf90e2d5f6 removed phpgw::strip_html, which is basicly htmlentities, from the calendar- and addressbook title function, as this is handled by eTemplate 2003-06-27 11:15:33 +00:00
Ralf Becker
3c028f82ab removed debug-messages 2003-06-27 11:01:35 +00:00
Ralf Becker
afc7dc8bb7 fixed typo in get_links 2003-06-27 11:00:16 +00:00
Ralf Becker
315f5c74ed existing links are not copied to new sub-projects, fixed now 2003-06-27 10:24:34 +00:00
Ralf Becker
893ed57127 nl2br now done in etemplate 2003-06-26 19:17:12 +00:00
Ralf Becker
17ea20cbcc some htmlentities against XSS 2003-06-26 19:16:12 +00:00
Ralf Becker
0aa813b7bf some changes for register globals off and one more htmlentities for image-tiltle 2003-06-26 19:15:20 +00:00
gugux
7c54a57043 Added new italian translations patch #1635 thanks to Alessandro Farina 2003-06-25 22:37:51 +00:00
ceb
b1aa23e5d0 fix 2003-06-24 22:33:40 +00:00
gugux
1e8c937f2d Added 2 missing french translations. 2003-06-24 20:17:34 +00:00
ceb
782fdf7c2d fix bug #3861 2003-06-24 13:32:25 +00:00
ceb
5503443533 fix bug #3522 2003-06-24 12:38:08 +00:00
ceb
64aa244e2e update 2003-06-24 11:54:22 +00:00
Ralf Becker
263f054bee updated to reflect changes in .16: phpgw_vfs.content has to be nullable 2003-06-22 11:23:53 +00:00
ceb
99cb204413 update 2003-06-21 00:59:30 +00:00
ceb
51bb8354ab update langs 2003-06-21 00:54:02 +00:00
gugux
bcc3995d8a Changed all x's into %'s into lang calls and lang files, added missing english phrases and french translations. 2003-06-17 21:37:40 +00:00
ceb
298c0d03ae fix 2003-06-17 13:23:42 +00:00
Ralf Becker
78d0caebdd fixed a type in the sql of delete 2003-06-15 22:21:52 +00:00
Ralf Becker
85839d59e4 1) corrected the escapeing of " and '
2) added the wiki page
2003-06-14 13:52:45 +00:00
Ralf Becker
1095c64709 1) so-layers now run every parameter through either addslashes of intval, to prevent query-insertion and for pgSql 7.3 compatibility
2) corrected the escapeing of " and '
3) added some inline-docs
2003-06-14 13:51:53 +00:00
Ralf Becker
415faa58ed added 0.9.16 to api-version-dependece, the eTemplate wiki-page and droped the title 2003-06-14 13:48:50 +00:00
Ralf Becker
6ce761812e added some htmlspecialchars() to the values of input and textarea, to allow transparent use of " and ' 2003-06-14 13:47:41 +00:00
gugux
7b12e0880c Added zh lang file, patch #1617, thanks to C K Wu ! 2003-06-11 20:31:03 +00:00
gugux
66c0ddfc6a Added zh lang file, patch #1615, thanks to C K Wu ! 2003-06-11 20:26:36 +00:00
gugux
810c761c24 Added zh lang file, patch #1611, thanks to C K Wu ! 2003-06-11 20:16:32 +00:00
gugux
7b892aaec2 Added zh lang file, patch #1610, thanks to C K Wu ! 2003-06-11 20:09:22 +00:00
gugux
5721a17b44 Changed all x's into %'s in lang files, corrected a typo and added missing english phrases and french translations. 2003-06-02 20:56:01 +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
gugux
dc86d87cf8 Forgot this one. 2003-05-30 20:15:13 +00:00
Ralf Becker
089e3c2508 no translation for etemplate.link_widget.search's app-selectbox 2003-05-30 18:56:51 +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
b6ef1b3605 fix for bug #3427: no email-notifications
send class does not default to port 25, as email does when smpt-port is left empty in the email-site-config
2003-05-30 16:11:36 +00:00
Ralf Becker
57cdfaaf7e changed $GLOBALS[HTTP_POST_VARS] to $_POST to get the automatic lang-update working again
merged skwashd's changes from .16
2003-05-29 07:58:45 +00:00
Ralf Becker
fca4944ab3 imported kneckes fix in .16 (dont show a single @) 2003-05-29 07:49:12 +00:00
gugux
22bfbc99bb Corrected a few left x's into %'s in lang calls and lang files, suppressed useless english phrases, added missing ones and french translations. 2003-05-26 21:35:46 +00:00
gugux
741db6ce7b Changed all %d's and %s's into %x's in lang calls and lang files, added missing english phrases and french translations. 2003-05-26 21:03:15 +00:00
gugux
98972efd2d Added missing english phrases and french translations. 2003-05-26 19:35:34 +00:00
gugux
745dc7df33 Suppressed a doublon. 2003-05-25 21:01:58 +00:00
gugux
29a09a889d Added one missing english phrase and a few french translations. 2003-05-25 20:52:23 +00:00
Ralf Becker
f14dd6fc19 fix for variable width of edit 2003-05-25 15:45:55 +00:00