Cleanup.
[citadel.git] / webcit / vcard_edit.c
2015-10-11 Wilfried GoesgensCleanup.
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-11 Wilfried GoesgensImplement iterators over vcard types, used vcard fields...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-07-21 Wilfried GoesgensWork on vcards
2015-06-03 Wilfried GoesgensWork on vcards
2015-05-19 Wilfried Goesgensvcard <-> parser <-> template working for simple values.
2015-05-09 Wilfried Goesgensvcard <-> parser <-> template working for simple values.
2015-05-06 Wilfried GoesgensImplement dynamic vcard tokens
2015-05-06 Art Cancromerge
2015-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-05-05 Wilfried GoesgensImplement dynamic vcard tokens
2013-07-06 Wilfried GoesgensVCARD: if we loaded the vcard mime from the server...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-19 Wilfried GoesgensEditing: remember room on hidden input field
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-05-17 Art CancroReverted most of e40ba85133cf6401bda3d6b81a1d144d73d250...
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-04 Wilfried Goesgensmove the rest of the places to use AppendImportantMessa...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgensmove beginbox & endbox to box_* so we can tidy up our...
2011-09-04 the_mgtRenamed the /icons directory to /webcit_icons because...
2011-09-04 the_mgtAdapted c-files to new iconset "Essen"
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroRemoved some old TECH_PREVIEW sections.
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-10-22 Wilfried Goesgens* start work on integrating dynamic vcard parsing and...
2010-10-01 Wilfried GoesgensMerge branch 'master' of git://github.com/psy-q/citadel
2010-09-30 Ramón CahenzliHarmonizing HTML case to lowercase, quoting HTML attrib...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-24 Art CancroRemoved the "fix_scrollbarbug" div and all references...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* split boxes into beginbox_1 + 2, and put title direct...
2010-03-03 Art Cancro* Changed strings to 'First Name' and 'Last Name' in...
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-09-20 Art Cancro* Use wDumpContent() instead of end_burst() where appro...
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-09-01 Wilfried Göesgens* fix a buffer overrun in case of bad strings in vcards.
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-07-27 Wilfried Göesgens* add additional bytes to the buffer, so swapping names...
2009-06-23 Art Cancro* return_to logic in do_edit_vcard() and submit_vcard...
2009-06-23 Art Cancro* do_edit_vcard() accept arbitrary url's for return_to...
2009-06-19 Art Cancro* More style cleanup
2009-06-19 Art Cancro* do_edit_vcard() contained a 'StrBuf *Buf' which was...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* fix various leaks
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-07 Wilfried Göesgens* just destroy it if we allocated it
2009-05-07 Wilfried Göesgens* make vcard loader abstract so we can use it in more...
2009-05-07 Wilfried Göesgens* use default message loading mechanisms instead of...
2009-05-07 Wilfried Göesgens* don't choke if the vcard fails to load
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-28 Wilfried Göesgens* output errors via important_message
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-03-13 Art Cancro* Be more intelligent about the way we load vCard field...
2009-03-02 Wilfried Göesgens* fix display of quoted-printable names in addressbook...
2009-01-26 Wilfried Göesgens* fix memleak in preferences
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-09 Wilfried Göesgens* chop messages.c into handy pieces
2008-10-14 Art CancroCleaned up some of the comments ... removed vestiges...
2008-09-02 Art CancroUpdated webcit vcard editor to handle syntaxes such...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-10-27 Dave WestFixed the mobile phone number in the vCard so it has...
2007-10-27 Dave WestAdded mobile phone number to vCard
2007-10-27 Dave WestAdded a fax number to the vCard.
2007-10-02 Art CancroSaving vCards now requires the API caller to specify...
2007-08-28 Thierry PasqualierAdvanced menu items
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
next