* BIG rewrite of header handling and slimming of context_loop and session_loop; shuff...
[citadel.git] / webcit / gettext.c
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-02-26 Wilfried Göesgens* cleanup
2009-02-26 Wilfried Göesgens* make WEBCIT_LANG persistantly working through xgettex...
2009-02-25 Art Cancro* Added a null pointer check to the 'language' variable...
2009-02-25 Wilfried Göesgens* ok, we want the LANG feature. but now we make it...
2009-01-12 Wilfried Göesgens+ link gettext.c into setup, so we know the servers...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-20 Wilfried Göesgens* remove accidently committed test stuff
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-10-23 Wilfried Göesgens* fix browser LANG header evaluation; strbuf migration...
2008-09-29 Art CancroDate picker is now localized to the currently selected
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-15 Wilfried Göesgens* move stuff in header and subst.c arround to be better...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-08-31 Wilfried Göesgens* cleanup shutdown procedure; free all structures and...
2008-08-16 Wilfried Göesgens* now template tokens can work as functions, you can...
2008-08-05 Wilfried Göesgens* remove locales from the login window if webcit isn...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-29 Wilfried Göesgens* make param const char *
2008-06-22 Art Cancrooops, fixed it
2008-06-22 Art Cancrooops, fixed it
2008-05-01 Wilfried Göesgens* if built with non-threaded locale, we need to sanitiz...
2008-04-21 Wilfried Göesgens* added Portoguese Brazillian translation done by Marco...
2008-02-25 Wilfried Göesgens* if we're in single-lang gettext mode, just show the...
2008-02-24 Wilfried Göesgens* use default configure options to find threadsafe...
2008-02-08 Wilfried Göesgens* tiny 'file'-extract, now we can detect the type of...
2007-01-18 Thierry PasqualierChange HTML in login screen to improve customization
2006-12-08 Art CancroAdded nl.po (Dutch translation) submitted by Wim Kuilman
2006-10-16 Art CancroInstalled a French translation submitted by Thierry
2006-06-18 Art Cancrogettext.c: 'search' is now a fixed length string buffer.
2006-05-31 Art CancroDanish translation (da_DK) supplied by Flemming Veggerby
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-16 Art CancroLocalization hacks.
2006-02-12 Art CancroBegan moving date outputs to strftime_l()
2006-02-11 Art CancroMoved _GNU_SOURCE declaration to webcit.h so all source...
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-26 Art Cancro* Fixed some spelling errors
2006-01-21 Wilfried Göesgensmore doxygen doku.
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-12-12 Wilfried Göesgens* another rework of the locale parser. Hopefully featur...
2005-12-09 Art Cancro* Slightly more intelligent language detection.
2005-12-08 Art Cancro* Detect the browser language, and use it as the defaul...
2005-12-08 Art Cancro* Fix "locale leak" on newer Linux systems where gettex...
2005-12-08 Art Cancro Improved the reliability of per-thread locale by unset...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-07 Art Cancro* po/it.po: Italian localization submitted by Gabriele...
2005-12-05 Wilfried Göesgens* Use tokenizer function to completely parse accept...
2005-12-03 Wilfried Göesgens* fixed langage detection to work with simple 'de'...
2005-12-02 Art Cancro* Re-enabled browser language detection. This will...
2005-11-29 Art Cancro* Made the iconbar room list somewhat usable (collapse...
2005-11-28 Wilfried Göesgens* migrate to _GNU_SOURCE and uselocale() to be threadsafe.
2005-11-27 Wilfried Göesgens* Detect locale from Browser Environment