Commit Graph

14 Commits

Author SHA1 Message Date
Ralf Becker
d1c421b3f5 two fixes for the num_rows in the next-match widget:
- use a default of 15 rows, if user&group has no pref set
- use what's stored in the extension data, if value not set (nm-header not shown)
2007-06-08 08:55:53 +00:00
Ralf Becker
704e3c0019 fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de> 2007-05-25 12:27:38 +00:00
Ralf Becker
aba8bc67d3 fix for bug #385: Problem with HTML specialchars in addressbook 2007-04-06 12:15:59 +00:00
Ralf Becker
73f0201a96 fix for bug #87: Infolog - Addressbook categories mixed in 1.2.x
The select_widget allways used the cats of the current application. That's still the default, but it can be overwritten now via an option. The nextmatch_widget has now and optional parameter 'cat_app', which defaults to the app of the get_rows method.
2006-12-05 10:11:26 +00:00
Ralf Becker
19e0226ba5 php5.2 fix from trunk, fixing bug #106: PHP 5.2.0 - Project Manager Fatal Error 2006-12-04 14:02:40 +00:00
Ralf Becker
a63d1784d6 backported php5.2 fix from trunk: Catchable fatal error: Object of class etemplate could not be converted to string 2006-11-10 11:36:13 +00:00
Ralf Becker
4719e35a43 fixed error-message in the editor: method is no string 2006-10-20 12:17:57 +00:00
Ralf Becker
0cd9b918d1 fixed an off by one problem 2006-10-17 17:28:55 +00:00
Cornelius Weiß
17299bab29 one of those lovely reference bugfixes... 2006-09-26 13:11:56 +00:00
Ralf Becker
d1d4bc610e some etemplate fixes:
- date-widget does no longer set extension-data if readonly (not used and can conflict with other widgets using the same name, as it was the problem in PM)
- select-widget: fix for "can not unselect the last category"
- red error-messages have now a "white-space: nowrap" for nice formatting
- confirm-message did not quote single quotes (') correct, which caused the complete confirm dialog to fail and allways execute the button
- readonly textarea's without column and row specification are rendered now as <pre></pre> to only take space needed
2006-08-12 06:15:32 +00:00
Cornelius Weiß
63e898d428 fix not displayed actions found by Christophe Combelles 2006-07-01 05:26:07 +00:00
Ralf Becker
f68eac41e5 fixed date-widget for 12h timeformat:
- replaced extra am/pm radio buttons with single selectbox with times includeing am/pm (works much better with the existing layouts)
- fixed wired 12h clock: 12am,1am-11am,12pm,1pm-11pm (0-23h)
- added an select-hour widget to the select-widgets for the above
2006-06-22 17:26:36 +00:00
Cornelius Weiß
3d94018a6c fighting with the seven seals of reference handling in the different php versions ...
or make buttons work with php5.1.x
2006-05-19 17:02:17 +00:00
Cornelius Weiß
a490244c26 fixed bug reported by Robert Theisen 2006-05-18 15:38:27 +00:00