egroupware/phpgwapi
Andreas Stöckel d486e50a57 phpgwapi:
* Changed way of how "webserverUrl" gets set - any type of data can now be
	  injected into the egw object by creating an object with the data and an
	  entry "prefsOnly" set to true. This allows to ensure, that "webserverUrl"
	  is the first thing that is being set in the egw object (as needed when
	  including new JS/CSS files at runtime)

jsapi:
	* Fixed including JS/CSS files at runtime in other windows than the root
	  window
	* Added "ready" function/module, which provides an alternative to the
	  $j("ready") function. The ready module provides the functionality to
	  postpone calling the "ready" until certain events happened.
	* using jQuery calendar object instead of jscalendar in the calendar
	  function.
	* added "jquery" module which takes care of including all jQuery modules
	  in all windows
	* added possibility for modules to update constants using the "constant"
	  function.
	* added possibility for modules to access certain other modules using
	  the "module" function

etemplate:
	* Using new egw(window).ready function to build the template first if
	  loading has finished.
2012-03-09 15:32:29 +00:00
..
cron setting NO memory limit for async service 2010-08-23 16:32:33 +00:00
doc removed outdated docu 2008-10-15 05:57:00 +00:00
images
inc phpgwapi: 2012-03-09 15:32:29 +00:00
js phpgwapi: 2012-03-09 15:32:29 +00:00
lang refining translations for CalDAV/CardDAV logging 2012-02-17 14:01:21 +00:00
ntlm merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:14:23 +00:00
setup necessary update for distributions lists as groups in CardDAV, fixes SQL errors "unknows column list_...." 2012-02-10 10:09:18 +00:00
templates Always include egw.js, as determining whether the current window is a popup or not does not work properly when not running an etemplate2 application 2012-03-09 09:29:05 +00:00
templatesSavant2/default Replace <?= with <?php echo 2007-05-13 17:50:52 +00:00
tests
addressbook.php
config.php - sending EGroupware configuration (non-sensible stuff) to browser and make it available via egw.config(_name, _app="phpgwapi") 2011-08-26 16:27:57 +00:00
images.php new clientside image-name to url map: egw.image(_name, _app="phpgwapi") 2011-08-30 22:19:38 +00:00
lang.php added "custom" (custom instance-specific translations) to apps which have to use home as app-name, also moved sanitrary checks before header-include 2012-03-01 09:30:49 +00:00