Klaus Leithoff
a1a5d156a9
a couple of lines of more documentation, about the how to enable aspell integration
2008-10-09 08:55:03 +00:00
Klaus Leithoff
b12f35a56d
fix for [eGroupWare-tracker] Bugs #1750 : FCKeditor dont use the aspell path from config
...
-documenting the needed skripting for the configured aspell path in egw_integration.txt
-re-imported spellcheck (aspell) integration from Jose
-switching aspell integration on in fckconfig.js, as documented in FCKeditor_2.x/Developers_Guide/Configuration/Spell_Checker
2008-10-09 08:52:29 +00:00
Ralf Becker
2349c28fa8
phpgw --> egw
2008-10-08 18:40:01 +00:00
Ralf Becker
94da0682cd
re-added session encryption:
...
- it now also encrypts the egw object and egw_info array, stored in the session
- it no longer encrypts every egw_session::appsession() call, but the
whole array at once when the egw_session object gets destroyed
- mcrypt algo and mode are currently hardcoded to tripledes and ecb, as
we dont have the database connection, when they are needed. You can
add it as egw_info[server][mcrypt_{algo|mode}] in the header.inc.php
- fixed a bug, which let the session grow around 400k(!) each request
- if mcrypt or the selected algo/mode is not availible the session
encryption is switched off automatic, but an error is logged
2008-10-08 18:38:30 +00:00
Ralf Becker
29af6786d1
"fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list"
2008-10-08 15:28:37 +00:00
Klaus Leithoff
8f6cf0ac8f
quitening warnings, if charset is unknown (mb_convert_encoding), as it may happen, with parts of emails (header information, ...)
2008-10-08 11:18:43 +00:00
Klaus Leithoff
260ce05397
update to FCK 2.6.3, please note: you probably have to delete your browser cache!
...
this should fix the <br type="_moz"> bug.
-added the about button in all egw_config settings, as it enables the user to check the version of the editor
-added the show-blocks button in all egw_config settings, as it enables the user to check the structure elements of his document
2008-10-08 10:16:30 +00:00
José Luis Gordo Romero
bad25ee249
Fix not correctly set of $this->prefs['show_times'] pref (because of addition of info_replanned_time columnt to the header)
2008-10-08 09:40:23 +00:00
José Luis Gordo Romero
cf83c28592
Timesheet small fix for renamed classes uiinfolog -> infolog_ui
2008-10-08 08:15:14 +00:00
José Luis Gordo Romero
fdb1b050f7
Infolog renaming classes minor fix (botimesheet -> timesheet_bo)
2008-10-08 08:13:17 +00:00
Ralf Becker
226df83e0b
"fixed bug reported from David Ranking on the devel list: cat list looses status, while editing global cat"
2008-10-08 07:55:49 +00:00
Ralf Becker
9e61c0bc91
"fixed typo in filename of infolog_ical class"
2008-10-08 07:45:35 +00:00
Ralf Becker
8375a909f7
"only complain about not found files (not found dirs dont matter)"
2008-10-08 07:26:51 +00:00
Ralf Becker
bb1ed52c7f
updating version and dependencies for 1.6
2008-10-07 18:04:59 +00:00
Ralf Becker
d60d8376e1
- classnames according to new naming schema
...
- file_access method
- updated version and dependencies for 1.6
2008-10-07 17:57:50 +00:00
Ralf Becker
ca27910040
"new constructor name"
2008-10-07 17:16:24 +00:00
Ralf Becker
9bca7a7689
moved phpgw compatibility stuff into common_functions.inc.php
2008-10-07 15:50:53 +00:00
Ralf Becker
724a88f99b
propset Id
2008-10-07 15:42:51 +00:00
Ralf Becker
e2a0af67cc
"Grrr: MyDMS mixes egw_info and phpgw_info"
2008-10-07 15:40:24 +00:00
Ralf Becker
d1af997d8a
"fixed not working MyDMS reported on the user list, you have to re-generate the header via setup >> header-admin"
2008-10-07 15:32:34 +00:00
Stefan Becker
a8a19dd194
Adding Holiday of Estland Reprted by Toomas Kihulane Patch #1494
2008-10-07 14:18:04 +00:00
Ralf Becker
a7b3ed7902
moved xmlrpc code to own class boinfolog, to keep the old xmlrpc
...
functions and get a cleaner code for no xmlrpc
2008-10-07 14:01:33 +00:00
Ralf Becker
0c2d0c1ff0
"removed unnecessary and not longer working include of class.uietemplate.inc.php"
2008-10-07 13:15:53 +00:00
Ralf Becker
ffce747ddc
"fixed typo"
2008-10-07 13:12:31 +00:00
Ralf Becker
2c1eec5832
uiinfolog --> infolog_ui
2008-10-07 13:04:49 +00:00
Ralf Becker
98a1d706ae
"an other uiinfolog"
2008-10-07 13:00:03 +00:00
Ralf Becker
fa1996a0c9
uiinfolog --> infolog_ui
2008-10-07 12:56:18 +00:00
Ralf Becker
7f9df0d051
- renamed class to new naming convention
...
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00
Ralf Becker
aceef3f548
"header update"
2008-10-07 12:25:28 +00:00
Ralf Becker
b4540c337c
"removed unnecessary include"
2008-10-07 12:24:15 +00:00
Ralf Becker
9e85c8e343
renamed uietemplate to etemplate, to save unnecessary include, as gtk isnt used in a long time
2008-10-07 09:14:17 +00:00
Ralf Becker
338f3f246f
file_access hook for attachments
2008-10-07 09:05:48 +00:00
Ralf Becker
9fd543d8c6
file_access hook for attachments
2008-10-07 09:03:01 +00:00
Ralf Becker
e720c3f4ac
"docu update"
2008-10-07 09:00:19 +00:00
Ralf Becker
38d3ac65ff
- using new class naming schema
...
- version and dependencies for 1.6
- file_access hook for attachments
2008-10-07 08:57:09 +00:00
Christian Binder
72115c0ae4
added saving states to user prefs in calendar. the only saved state until now is owner, but this can be simply extended in future.
2008-10-07 08:57:09 +00:00
Ralf Becker
c3e40ade99
added an array of replacement names to ease the transition to the new class naming scheme: app_class
2008-10-07 08:51:14 +00:00
José Luis Gordo Romero
1a8f6ed1bd
New field replanned time with for pm integration, also icons in list view to diferentiate real, planned and replanned times.
2008-10-07 08:40:46 +00:00
José Luis Gordo Romero
ccb20466a1
Adding shared images to use in infolog and pm
2008-10-07 08:35:39 +00:00
Stefan Becker
858485ad30
"fixed Bug #1663 'More News' not visible in sitemgr when limit is 1, -> so_sql, is now giving back the numbers of total"
2008-10-07 08:17:09 +00:00
Ralf Becker
f1641b22fc
"update API and etemplate dependency"
2008-10-07 07:23:08 +00:00
Ralf Becker
4222f03ac5
version to 1.6 incl. API dependences
2008-10-07 07:21:23 +00:00
Ralf Becker
61a23ba829
"update API and etemplate dependency"
2008-10-07 07:17:12 +00:00
Ralf Becker
1da86275f9
version to 1.6 incl. API dependences
2008-10-07 06:59:07 +00:00
Ralf Becker
06f6d3e9b9
width 100% for index list
2008-10-07 05:33:52 +00:00
Ralf Becker
071fb06b8a
no translation and no word-wrap for vfs (filename) widget
2008-10-07 05:33:27 +00:00
Ralf Becker
f940633dad
missing prefs
2008-10-06 17:44:14 +00:00
Ralf Becker
0218ffb751
- new vfs-widget to encapsulate common vfs/file related stuff
...
+ path with clickable components
+ human readable size, mode, ...
+ mime icon with integrated thumbnail creation
- link widget uses now vfs-mime for it's icons
- thumbnail creation is now switched on with size 32px by default, it can
be switched of by the admin or user, in doing so explicitly
- mime-icons are moved from filemanager to etemplate, as not everyone
installs filemanager
- filemanager has now 3 display modi:
+ Current directory (with subdirs always on top)
+ Subdirs sorted in
+ Files from subdirs (shows recursive all files and you
can click on the path components thanks to new vfs widget)
2008-10-06 17:43:42 +00:00
Ralf Becker
d6693b27ab
"formatting"
2008-10-06 10:05:56 +00:00
Klaus Leithoff
b459070ab3
addressbook::groupdav: fixing a bug regarding the retrieval of addressbook entrys with groupdav, (occurring when accounts stored in ldap and
...
addresses in sql, and the entry in question is retrieved via uid (as it is possible to retrieve a contact by bassing on an array as contact_id))
2008-10-06 09:24:42 +00:00