* fix COND:PREFS
[citadel.git] / webcit / preferences.c
2008-09-08 Wilfried Göesgens* fix COND:PREFS
2008-08-31 Wilfried Göesgens* cleaneup allocation
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-06 Wilfried Göesgens* first aproach to formalize preferences; modules can...
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-14 Wilfried Göesgens* fix loop termination trouble
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* catch some more error conditions, double frees...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-03-19 Wilfried Göesgens* this way arround some compilers like the casts better.
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-12 Art CancroRemoved some spurious trace messages
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2007-10-27 Dave WestUser can now choose to hide or display floors that...
2007-10-12 Art CancroAdded a preference setting to allow each user to choose
2007-10-07 Dave WestChanged text "Calendar hour format" to "Time format...
2007-09-06 Wilfried Göesgens* fetching the 12/24 Hours switch from config over...
2007-08-28 Thierry PasqualierAdvanced menu items
2007-08-25 Thierry Pasqualier* Three box with Advanced (on click Advanced icon)...
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-07-05 Art CancroSanitize text of preferences strings
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-05-10 Art CancroDon't compute existing length of WC->preferences when it
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-09 Art CancroAllow the user to specify a default character set for...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-10-25 Art Cancrocommit
2005-09-29 Art Cancro* sig is done, but need to add proper handling of lineb...
2005-09-29 Art Cancro* Began implementing the "signature" feature. It doesn...
2005-09-18 Art Cancro* summary.c: summary screen is now updated using ajax...
2005-08-22 Art Cancro* paging.c preferences.c roomops.c : i18n
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-24 Art Cancro* Added a "preferences and settings" screen for each...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2003-03-01 Art Cancro* New user registration, as well as existing user re...
2002-06-19 Art Cancro* When editing another user's vCard, do a "transient...
2002-05-22 Art Cancro* Finished room/folder view selector. Pretty cool.
2002-05-08 Art Cancro* Preferences framework