Klaus Leithoff
533f68a5ca
quitening warning for mb-strpos, when attachment->cid is not set
2010-07-08 09:23:40 +00:00
Ralf Becker
7de80b4322
backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes
2010-06-22 17:05:21 +00:00
Klaus Leithoff
86be57e1b4
fix typo that prevented the redisplay of the saved setting for inital-dot-last and intial-last email creation schemes
2010-06-07 11:25:34 +00:00
Klaus Leithoff
134f647f81
update to Version 4.1.1:HTML Purifier 4.1.1 is a major security and bugfix release that
...
improves on 4.1s fix for an XSS vulnerability exploitable on Internet Explorer. It also contains a number of important bugfixes, including
> the removal of improper logic that could result in infinite loops and
> fixed parsing for single-attributes with entities with DirectLex.
2010-06-04 11:16:00 +00:00
Klaus Leithoff
c0b2aa767b
remove message_org block in displayMsg as it is used only in view_message_printable template
2010-06-04 07:07:14 +00:00
Klaus Leithoff
642ba9b2cb
fix: display inline text attachment as attachment too, as they are part of a multipart/mixed mail, and was not displayed as attachment, but indicated as mail with attachment by headerinformation
2010-06-02 08:18:45 +00:00
Klaus Leithoff
c39515780e
postgres: fix for problem with db_backup/update -> no MetaColumns retrieved anymore: if tablenames are quoted, remove the quotes as the use of tablenames in MetaColumns is for comparsion of content of fields in postgres system tables; quoting tablenames breaks comparsion here.
2010-06-01 12:23:24 +00:00
Ralf Becker
206e74ac29
removing unnecessary diagnostics
2010-05-30 11:20:57 +00:00
Klaus Leithoff
fa71adc0c3
handle calendar replacements (search for events) only when there are calendar replacements required
2010-05-26 12:53:26 +00:00
Klaus Leithoff
d4a7d28b31
fix for bug reported at the developer list regarding apply with allof/anyof.
2010-05-11 08:38:19 +00:00
Klaus Leithoff
7f9db5a50c
fix to match non-numeric timeout; provided by A.Stoeckel
2010-05-10 08:28:02 +00:00
Klaus Leithoff
439890a686
upgrade htmlpurifier to version 4.1.0
2010-05-03 12:08:33 +00:00
Klaus Leithoff
8ce6ac92ae
upgrade htmlpurifier to version 4.1.0
2010-04-27 11:15:35 +00:00
Ralf Becker
b9dcde1e25
"do not allow to fopen a directory"
2010-04-27 10:38:16 +00:00
Klaus Leithoff
ed040955bb
prevent foreach warning, when & is not an array
2010-04-27 10:37:50 +00:00
Ralf Becker
06fb05a891
"- using sqlfs_stream_wrapper::id2path instead of links_stream_wrapper::id2path, as it's the same, but allows to replace links_stream_wrapper with an other class (based on links_stream_wrapper and sqlfs_stream_wrapper)
...
- using egw_vfs::urlstat instead of links_stream_wrapper::urlstat, to not depend on using links_stream_wrapper
--> required to do versioning on the links"
2010-04-27 07:35:26 +00:00
Nathan Gray
09539d3ca2
Changes to calendar list view:
...
- Add button to add timesheet for one entry
- Disable delete button for other apps that got integrated
- Fix edit link for integrated apps
- Add scrollbar to long descriptions
- Create timesheet now works for integrated apps as well
2010-04-26 21:41:07 +00:00
Nathan Gray
58fe8a7cd8
Use edit link from other app when displaying entries from other apps in list view
2010-04-26 16:47:13 +00:00
Nathan Gray
036e03dd9f
Allow all applications to answer hook
2010-04-26 15:00:45 +00:00
Nathan Gray
b85467dd26
Use enanced searching for link queries also
2010-04-26 14:31:55 +00:00
Klaus Leithoff
5e8b903207
if filter showonlypublic is set, set status filter to hide rejected too
2010-04-26 12:28:30 +00:00
Jörg Lehrke
0d13079a46
Fix supportedFields settings for Nokia devices
2010-04-26 07:29:51 +00:00
Klaus Leithoff
09ea5fe114
feature to filter for only public events (no events tacked as private)
2010-04-26 07:08:23 +00:00
Nathan Gray
f47cced6ed
Fix for Postgres DB error loading eTemplate from Yudhi Kusnanto
2010-04-25 23:47:16 +00:00
Nathan Gray
afafbec708
Use db->quote to get good cross db comparisons
2010-04-23 19:11:24 +00:00
Ralf Becker
0b38159c94
"using mt_rand() instead of rand() and not longer seeding it explicitly (as recommened on php.net)"
2010-04-23 18:41:01 +00:00
Ralf Becker
d4869ec11a
makeing <href></href> clickable again
2010-04-23 16:08:04 +00:00
Ralf Becker
42e3a50e8f
fixed wrong value for current-user-pricipal
2010-04-23 16:07:16 +00:00
Jörg Lehrke
2a2a9f5f11
Cleanup all-day handling
2010-04-23 15:15:22 +00:00
Jörg Lehrke
a707c183f3
Export all-day events as 'EVENT' to Nokia devices
2010-04-23 14:38:07 +00:00
Jörg Lehrke
64b8873ba1
Fix lost password issue ( #2552 )
2010-04-23 14:15:28 +00:00
Jörg Lehrke
22bb23b8ff
Fix new all-day event handling
2010-04-23 13:52:45 +00:00
Stefan Becker
f8a0c3ccec
some translations
2010-04-23 12:50:41 +00:00
Ralf Becker
f84781c297
removed accidently commited image
2010-04-23 12:42:04 +00:00
Stefan Becker
1f2d265265
added some translation
2010-04-23 12:21:39 +00:00
Stefan Becker
d601cd53d0
added some translation
2010-04-23 12:17:43 +00:00
Ralf Becker
012d7d23e4
"- fixed not exported custom fields, if field is valid for more then one type
...
- fixed not exported regular fields: info_datemodified, info_modifier, info_id"
2010-04-23 12:10:36 +00:00
Jörg Lehrke
fe5d9f305b
Fix iCal export of incomplete events again .-(
2010-04-23 11:03:32 +00:00
Ralf Becker
b470f52e99
"fixed not working $type=='owngroups' for ldap, eg. used in calendar pref 'Preselected group for entering the planner'"
2010-04-23 10:55:09 +00:00
Jörg Lehrke
4cb30032ba
Fix iCal export from calendar list view
2010-04-23 10:34:47 +00:00
Jörg Lehrke
c5c5330799
Add Nokia 5800 XpressMusic to supported devices
2010-04-23 07:06:42 +00:00
Ralf Becker
74ccf7501d
helper function to construct union-query-columns for calendar_integration
2010-04-23 06:52:48 +00:00
Jörg Lehrke
ee18b0acac
New all-day event implementation
2010-04-23 06:15:18 +00:00
Nathan Gray
7611cd1374
Link created timesheets back to event
2010-04-22 21:41:35 +00:00
Nathan Gray
c4a8515d99
Add feature to regularly remove old calendar events that are more than x years in the past. Set in Admin -> Calendar -> Site configuration
2010-04-22 20:27:14 +00:00
Ralf Becker
a3e6e6e2f6
revert icon
2010-04-22 20:13:50 +00:00
Ralf Becker
7e8c37c015
allow extra_info to process buttons, by passing it the content array
2010-04-22 17:38:01 +00:00
Nathan Gray
690e62317f
Use the pretty popup to ask about editing series or exception
2010-04-22 16:40:18 +00:00
Nathan Gray
074b893e37
Change preserving deleted events. For speed improvements, use an extra column instead of joining to the sync tables
2010-04-22 16:09:36 +00:00
Nathan Gray
27e54cb692
Don't record change history on jpegphoto, it causes SQL errors. (Bug #2483 )
2010-04-22 15:39:32 +00:00