39ead5de4f
1) new preference to not display the describtion in the infolog list
...
2) fixed not working home display (if you clicked on something you got a black page)
2005-07-17 21:54:28 +00:00
b68fb24b25
nextmatch sortheader can specify a default sort now: default is ASC and can now be set to DESC
2005-07-17 21:42:11 +00:00
4b97e9463c
new output mode for home: first-time return content (to create the protalbox), next time use echo as we run alone
2005-07-17 21:40:31 +00:00
c76d9cf8b1
no need to instanciate the session object twice
2005-07-17 21:33:51 +00:00
f99f2ef4e8
1) eGW enviroment (egw_info-array and egw-object) can now be stored in a php-session and restored from there. It is no longer necessary to create it on every page-request.
...
At the moment you need to log out to activate any changes in the config, preferences or the apps enabled for a user. This can be changed easily by invalidating the cache.
2) New way to create an anoymous session: you can specify a callback function, which gets called if the session could not be verified. The callback can use the DB or instanciate a config object to get the account-date, which it returns. A new session get then created.
2005-07-17 21:00:49 +00:00
5736cb296c
*** empty log message ***
2005-07-17 19:58:41 +00:00
9a48625481
Fix apply button in preferences
2005-07-17 16:51:03 +00:00
29cfef66be
Switch to use of Save/Apply/Cancel for save and edit pages. Fix array close in boaddressbook.
2005-07-17 16:46:36 +00:00
fc99dbd57f
updated infolog version to 1.0.1
2005-07-14 17:43:01 +00:00
b74bb35fea
addapted for changed priority column
2005-07-14 17:28:07 +00:00
047fbabfed
addapted for changed priority column
2005-07-14 17:21:01 +00:00
a19684502e
1) added planned/used time for project-manager
...
2) sorting by priority
3) tables renamed to use egw_ prefix now
2005-07-14 17:12:50 +00:00
b22e3f34de
fixed link to home
2005-07-14 13:44:03 +00:00
a214e31652
*** empty log message ***
2005-07-14 08:33:58 +00:00
69b28c6aad
1) Possebility to filter by owner or responsible
...
2) new filter my: in contrast to own which filters by owner, my shows only entry where you are responsible for
2005-07-14 07:35:11 +00:00
3d5ec14b75
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 07:02:50 +00:00
7378a3b898
fixed spelling
2005-07-14 06:56:56 +00:00
19fd5c4970
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 06:53:19 +00:00
608d5131a4
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 06:47:14 +00:00
5803c3a7c7
1) extensions can now use other extensions - thought only the post_process function of the topmost/first extension is called (this need a bit more work)
...
2) grid and template now only temporary set $readonlys['__ALL__'] if they are readonly (before that was permanently set and made all further widgets readonly)
2005-07-14 06:42:39 +00:00
55b65ed240
saving the widget type more compatible with other extensions
2005-07-14 06:31:05 +00:00
adee0504ef
fixed not working onchange attribute for a single account-selection (multiple==0)
2005-07-14 06:29:55 +00:00
c933bc081b
- centralized all xmlhtmlreq in one file
...
- fixed bug that windows could not be resized smaller then it initial size
- fixed the shortcut settings bug
2005-07-13 15:30:53 +00:00
50ab75e58a
option to never hide the nextmatch line (if less then max-matches entries
2005-07-13 08:39:42 +00:00
f25d5864ff
1) improved referer handling
...
2) user-pref. to never hide the nextmatch line
2005-07-13 08:34:38 +00:00
7c46b63263
1) fixed not working session kill
...
2) ignore (empty) login sessions created by IE and konqueror, when clicking on [login] (double submission of the form)
2005-07-13 08:29:50 +00:00
14755ad517
- fix bug with missing root desktop windows after template is set to idots2
...
- don't show sidebox when it is is not hooked for an application
- small improvements to idots2 toolbar
2005-07-12 20:57:00 +00:00
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
61b954620e
update to automatic install the new home app
2005-07-10 10:00:37 +00:00
e97ccc5202
Update for egroupware variables and defines
2005-07-09 19:07:16 +00:00
d9843f38df
remove add-button in sidebox menu if user has no add rights
2005-07-08 15:26:52 +00:00
a1e8f71b22
Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info
2005-07-08 05:00:14 +00:00
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
42d00f5442
similiar stylesheet enhancements to preference as I did for admin module, less refereence to $GLOBALS['phpgw_info']['theme']['row_off'] and more reference to logicl style classes.
2005-07-07 03:21:47 +00:00
6d387b8aa2
- fixed the application manual call from text menu
...
- sidebox is working again and can be opened and closed from the textmenu (its open by default)
- sidebox saves its state to the preferences
- some html and css cleanups
- IE support still broken
2005-07-06 23:12:42 +00:00
d2444ac288
further modification to replace typical phpgw style
...
<TD BGCOLOR="{ROW_ON}">
with egroupware style
<td class="row_on">
for more flexibility. most of these files are years old.
(pim proofread)
2005-07-06 02:26:44 +00:00
fc09bb2ab3
defined twice and breaking PHP5
2005-07-05 04:56:05 +00:00
c241bb3416
enhancement to the narrow_column style class so that it makes a column as narrow as possible without line-breaking its content. This is a good replacement for simple WIDTH="1%" and also helps avoiding line-breaking Chinese, Japanese and Korean text incorrectly.
...
A similar method is explained in this message as reference:
http://lists.evolt.org/archive/Week-of-Mon-20021014/124859.html
Talked with Pim and tested on IE/gecko/opera8.0. for older browsers doesn't understand CSS2 it behave the same as WIDTH="1%".
2005-07-04 17:23:39 +00:00
4924cfc9e2
Switch remaining variables to egroupware convention
2005-07-03 14:15:23 +00:00
8e4a4edb51
Move custom field functions to new bo class, and implement in calls within this application
2005-07-02 20:20:06 +00:00
47d7968d60
Disable debugging by default, but enable for the interserv test application
2005-07-02 20:19:19 +00:00
07b6cc1297
Fix for case-sensitive variable name
2005-07-02 20:13:51 +00:00
3cb410fcbf
- seperate textmenu from sidebox menu
...
- build default textmenu and toolbar with default options
- add first concept for the new sidebox menu (still a lot to do)
- new page refresh button and menu item
- better way of popping up the manual page and the about egw page
- remove underlines from taskbar nodes
2005-07-01 23:47:29 +00:00
0d0fea4f26
cleanup, remove and add enters ;)
2005-07-01 20:15:26 +00:00
736ca322fe
- fixed selectwidget due to id -> res_id problems
...
- added book multiple functionality
- prevent booking of non-bookable resources
2005-07-01 15:01:07 +00:00
14d38f1667
fix cvs keyword
2005-07-01 13:29:35 +00:00
cd8871a53d
add fetch_string function so templates can live in a database table as well
2005-07-01 13:27:35 +00:00
f9ec4bcae0
settings are called setup and setup.inc.php
2005-07-01 12:34:46 +00:00
6b984c9ba1
renamed Spyker bg because of spaces
2005-07-01 12:30:09 +00:00
3beec61a24
take back stylesheet control by using class="row_on"
2005-07-01 05:10:01 +00:00