Commit Graph

185 Commits

Author SHA1 Message Date
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
Pim Snel
ecd459de8f add infolog index link in sidebox menu for better navigation 2003-11-17 16:51:38 +00:00
Ralf Becker
8b6206c225 added an implicite read-right for the responsible user 2003-11-14 12:05:47 +00:00
Ralf Becker
3a2d147bb0 register globals fix: List no sub-entrys from the prefs is working again 2003-11-05 16:44:56 +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
e6f7d30693 killed the debug-message 2003-09-16 12:52:51 +00:00
Ralf Becker
17b1361c59 fix to show delete button for edit only for existing entries on which the user has delete-rights 2003-09-16 09:06:10 +00:00
Ralf Becker
3f6c7c0ec1 fixed bug which deletes all existing links 2003-09-16 08:44:54 +00:00
Ralf Becker
ee7ec2bcd3 moved the html-class to the API 2003-09-14 10:25:05 +00:00
Ralf Becker
88d2c07fe8 corrected a typo, thanks to sdietzel@northcc.net 2003-09-10 16:41:18 +00:00
Ralf Becker
8f355ef32c fixed tz_offset and creating new entries with time 0:0 2003-09-08 00:40:42 +00:00
Ralf Becker
3de5eed23a fixed sql-error on deleting an infolog entry with custom-fields 2003-09-07 18:37:22 +00:00
Ralf Becker
65d4d6b484 small fix 2003-09-07 17:56:05 +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
Lars Kneschke
ec432051ff removed little typo 2003-08-31 21:24:51 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
Ralf Becker
006f912052 fixed calendar-title, & and " have been displayed as & or "
(cal is transmitting its data with entities and they get coded twice)
2003-08-19 10:29:52 +00:00
Ralf Becker
d2f6dbb043 manual contact was deleted when entering edit 2003-07-31 09:21:47 +00:00
Ralf Becker
db4fc5004b default Filter (for entering InfoLog) was not used 2003-07-31 09:20:36 +00:00
Ralf Becker
4e0a483462 filter-names where not translated 2003-07-31 09:18:27 +00:00
Ralf Becker
bfc88e430d fix for pgsql 7.3 2003-07-08 23:19:18 +00:00
Ralf Becker
70a6356dd8 a bit nicer fromat for the calendar_title 2003-07-06 23:40:53 +00:00
Ralf Becker
336c0d0cdf fix to get hook_home working for .14 and HEAD 2003-07-06 20:12:27 +00:00
Ralf Becker
b938d8aaa2 not longer needed, implemented now via methode in uiinfolog 2003-07-06 09:02:35 +00:00
Ralf Becker
6a8f193c24 set info_link_title with info_from if no info_link_id 2003-07-06 09:01:13 +00:00
Ralf Becker
26dff7a46d fixed add-icons in nextmatch header 2003-07-06 08:56:21 +00:00
Ralf Becker
c32a7e5d94 write: setting info_from, everytime info_link_id > 0 and info_from is set and == '' 2003-07-06 08:54:13 +00:00
Ralf Becker
8cb7c8bb47 changed db2data to copy only the numerical values 2003-07-06 08:52:35 +00:00
Ralf Becker
7381cb74d0 improved version of in_docroot, allows for pathnames starting like the docroot 2003-07-03 17:11:23 +00:00
Ralf Becker
62a6e8fd34 test against files-dir within the document-root of the webserver
(this would allow uploads of scripts via vfs, and then execute them via the webserver)
2003-07-03 00:33:26 +00:00
Ralf Becker
cb9f3526c9 make boinfolog::write return the id 2003-06-29 23:03:07 +00:00
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
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
78d0caebdd fixed a type in the sql of delete 2003-06-15 22:21:52 +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
32c627f7fa removed debug-msg 2003-04-28 07:15:04 +00:00
Ralf Becker
037eb08667 changes for new hooks 2003-04-27 22:35:39 +00:00
Ralf Becker
eadf885246 fix for not exisiting common::display_mainscreen in .14/6 (til the feature-freeze) 2003-04-26 08:39:59 +00:00
ceb
fb2360c3d5 update hook_admin 2003-04-23 01:51:27 +00:00
gugux
10bb2ab177 Changed some x's into %'s 2003-04-22 20:30:22 +00:00
Ralf Becker
24ccade46f link_id2title --> link_id2from 2003-04-02 10:13:19 +00:00
Ralf Becker
3969f5e153 update preferences: added helptexts 2003-03-31 18:49:13 +00:00