Klaus Leithoff
b2d753f46f
bugfix for typo in class-var
2009-01-13 11:24:29 +00:00
Nathan Gray
db48c553ab
Fix # more... line at the bottom when there are more results that are not displayed
2009-01-07 16:47:00 +00:00
Stefan Becker
48e7312a27
fixed small Bug, that IE 6 is not giving the unsecure warning, if ssl is used
2009-01-06 12:07:46 +00:00
Nathan Gray
9b1132c631
- Fix bug that allowed tab key to trigger the search, which made tabbing through a list very annoying.
...
- Allow up / down arrow keys to trigger a blank search. Due to the above bug, many users were doing this anyway.
2009-01-05 18:09:14 +00:00
Stefan Becker
e7f82e886c
Add a print template to print a single calender event
2008-12-18 14:47:21 +00:00
Ralf Becker
a40b1c6bfb
Reworked the categories class to query all cats from the database once
...
per session and then operate on that cache.
This deliminates ~25 database queries for each sitemgr page.
Test carefully before applying this to a production sytem!
2008-12-17 20:05:19 +00:00
Klaus Leithoff
42b2b639b3
increasing the version number of infolog.edit.description and infolog.index.rows after a case-study regarding the enabling of HTML in Infolog description. The issue was soon dropped after experiencing massive problems with: sync, listview, performance, etc. If you are intrested in trying it, contact me for the source snippets. But I wont recommend that for anything near production
2008-12-12 09:47:54 +00:00
Klaus Leithoff
e13700dd02
backport of nathans patch: Check to see if the value is a string before we try to lowercase it, strtolower() doesn't like arrays.
2008-12-11 13:49:43 +00:00
Klaus Leithoff
514caa5d0e
buffer and provide debug on missing participants to an event
2008-12-11 13:45:58 +00:00
Klaus Leithoff
632003f9fe
buffer and provide debug on missing participants to an event
2008-12-11 13:44:47 +00:00
Christian Binder
fad2227b8c
Added new function set_skip_backends() to notifications class. The calling application now can set backends which must be skipped even if the user has set the backend to be executed in its prefs. This is useful for e.g. notifying about new mails in future (where a user pref "notify me by mail" does not make sense).
2008-12-10 19:47:22 +00:00
Nathan Gray
66bb41b065
Check to see if the value is a string before we try to lowercase it, strtolower() doesn't like arrays.
2008-12-09 16:02:01 +00:00
Klaus Leithoff
76faf17eb0
strange phenomenon with existing debug variable
2008-12-09 15:25:26 +00:00
Klaus Leithoff
aae4b8ac8d
strange phenomenon with existing debug variable
2008-12-09 15:24:19 +00:00
Klaus Leithoff
770207474e
debug stuff related to placeholder substitution
2008-12-09 14:47:35 +00:00
Klaus Leithoff
cf51ea7120
debug stuff for the session handling
2008-12-09 14:46:35 +00:00
Klaus Leithoff
8169fe41e1
introducing and enhancing debug-stuff, targeted on SMTP sending without interface (notification). To make not functional sending a bit more traceable
2008-12-09 14:45:27 +00:00
Klaus Leithoff
1445e08c72
making the standard substitutes for signatures useable even for the user:
...
supported substitutes are:
$$fullname$$ => name of the user,
$$firstname$$ => first name of the user,
$$lastname$$ => last name of the user,
$$domain$$ => domain name for mail-address,
$$email$$ => email-address of the user,
$$date$$ => todays date,
Note: substitutions are performed, as the signature is added to the email, in EDIT Mode of
the signature in question the above listed placeholders are shown, if used.
Note: this is the discussed feature for signature placeholder substitution of 1.4.
It was never dropped, (as assumed earlier, but not useable, as substitution was performed for almost
every edit of the signature (and the placeholders where lost that way))
2008-12-09 14:22:31 +00:00
Klaus Leithoff
9d6f449bbd
packport of nathans patch: Add special handling for query values of 'false' (the string) to convert them to false (boolean)
2008-12-09 14:12:48 +00:00
Klaus Leithoff
0ec64072a2
enabling more info FOR THE ERROR_LOG
2008-12-09 14:02:22 +00:00
Klaus Leithoff
5cf2da77fa
directing debug to error_log
2008-12-09 14:02:17 +00:00
Klaus Leithoff
a6d7f0caf3
more debug information for notification failure
2008-12-09 14:02:15 +00:00
Klaus Leithoff
80c3da850d
enable debug for send class to be passed to phpmailer/smtp
2008-12-09 14:02:13 +00:00
Klaus Leithoff
96491ed272
more debug for calendar notification
2008-12-09 14:02:10 +00:00
Klaus Leithoff
91c5e6d23c
print out the standard substitutes, if debug is switched on
2008-12-09 13:07:29 +00:00
Klaus Leithoff
f28eed1973
enabling debug in some cases, switched off, as default
2008-12-09 12:59:03 +00:00
Nathan Gray
dd749ffa6e
Add special handling for query values of 'false' (the string) to convert them to false (boolean)
2008-12-05 21:27:12 +00:00
Klaus Leithoff
13dd934ddd
putting some debug into the send class to find problems more easily
2008-12-05 11:34:58 +00:00
Klaus Leithoff
e025a14a08
putting some debug into the send class to find problems more easily
2008-12-05 10:26:07 +00:00
Klaus Leithoff
54d77a5455
fixed bug with the multiple category adding (no category select dialog appeared)
2008-11-28 12:27:23 +00:00
Klaus Leithoff
687f6b0a16
fixed bug with the multiple category adding (no category select dialog appeared)
2008-11-28 12:24:02 +00:00
Klaus Leithoff
b3b0464615
bugfix for missing attachments reported on the german list
2008-11-27 11:50:15 +00:00
Ralf Becker
1005e7d060
"fixed changed constructor name"
2008-11-27 10:38:48 +00:00
Ralf Becker
340e369e04
"fixed changed constructor name"
2008-11-27 10:31:19 +00:00
Ralf Becker
68d6f0fe69
"- do not send session data for clients doing no sessions to memcached
...
- use 10min session lifetime for GroupDAV as for anonymous sessions"
2008-11-25 19:37:35 +00:00
Ralf Becker
1eb956fdf5
"- do not send session data for clients doing no sessions to memcached
...
- use 10min session lifetime for GroupDAV as for anonymous sessions"
2008-11-25 19:36:02 +00:00
Ralf Becker
1ffcad251a
"upps wrong date"
2008-11-24 14:10:05 +00:00
Ralf Becker
1ae2341d7e
specfile and build script for final 1.6 release
2008-11-24 11:06:59 +00:00
Ralf Becker
519b385186
setting trunk version to 1.7.001
2008-11-24 10:51:59 +00:00
Ralf Becker
1f920ebb66
setting version to 1.6.001
2008-11-24 10:44:25 +00:00
Ralf Becker
e6ddae1c52
creating 1.6 branch
2008-11-24 09:51:07 +00:00
Ralf Becker
c12518c963
creating 1.6 branch
2008-11-24 09:51:03 +00:00
Ralf Becker
0df909dc6b
creating 1.6 branch
2008-11-24 09:50:58 +00:00
Ralf Becker
56820592d2
creating 1.6 branch
2008-11-24 09:41:43 +00:00
Ralf Becker
893b2f548f
creating 1.6 branch
2008-11-24 09:40:54 +00:00
Ralf Becker
1a7d6c7c98
creating 1.6 branch
2008-11-24 09:40:50 +00:00
Ralf Becker
d92e121d3c
creating 1.6 branch
2008-11-24 09:40:45 +00:00
Ralf Becker
6965e9edbe
creating 1.6 branch
2008-11-24 09:40:41 +00:00
Ralf Becker
6dbd2b1bbb
creating 1.6 branch
2008-11-24 09:40:32 +00:00
Ralf Becker
16c47cfb2b
creating 1.6 branch
2008-11-24 09:40:23 +00:00