Mailing list header changes (fuck you Google)
[citadel.git] / webcit / notes.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-11-23 Art CancroReplace striplt() with string_trim() in all the places...
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2015-12-26 Wilfried GoesgensRework blogview renderer, so it can build the threads...
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-26 Wilfried GoesgensMIME-Renderer typechange: forgot this handler.
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
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-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2011-11-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-01-24 Wilfried Göesgens* merge from dav_rework:
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-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-09-20 Art Cancro* Use wDumpContent() instead of end_burst() where appro...
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-05-12 Art Cancro* Fixed a bug that caused vnotes not to display when...
2009-05-12 Art Cancro* Save notes as multipart/alternative with a text/plain...
2009-05-12 Art Cancro* Notes now display properly, regardless of whether...
2009-05-12 Art Cancro* Reversed the IsEmptyStr logic to determine whether...
2009-05-12 Art Cancro* load_mimepart() was including protocol chatter in...
2009-05-12 Art Cancro* Got the Notes screen a little closer to displaying...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-25 Wilfried Göesgens* remove old notes rendering code, its not used anymore.
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-03 Art Cancromore trailing_javascript
2008-09-28 Wilfried Göesgens* templatize user editing
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-05-12 Art CancroInternet Exploder fixes
2008-05-12 Art CancroInternet Exploder fixes
2008-05-12 Art Cancro* Eliminated the sometimes-wonky resize behavior by...
2008-05-12 Art Cancro* Sticky note color selection is now feature complete,
2008-05-11 Art CancroAdded code to activate color selection in javascript.
2008-05-11 Art CancroColor selector for sticky notes is now opaque instead
2008-05-09 Art CancroNew and imported notes are now rendered in pastel
2008-05-07 Art CancroPalette pop up div type thing. Hmm
2008-05-07 Art CancroAdd 16x16 paint palette icon for changing the color
2008-05-06 Art CancroCompleted 'Add New Note'. The new sticky notes view
2008-05-06 Art Cancro* The 'delete' button on sticky notes now works.
2008-05-04 Art CancroConvert legacy format sticky notes to vNote format
2008-04-30 Art CancroMore sticky-notes work. Click-to-edit now
2008-04-29 Art CancroSticky notes can now be moved and resized by dragging
2008-04-29 Art CancroImplemented the ajax call for updating notes.
2008-04-29 Art CancroIdentify sticky-notes divs by vnote uid, not by msgnum.
2008-04-28 Art CancroImplemented drag and drop for the new sticky notes...
2008-04-27 Art CancroAdded (non-functional) drag bars and delete buttons
2008-04-24 Art CancroBegan work on vNote based display for sticky notes
2008-02-24 Wilfried Göesgens* collect sender / read / unread information for calend...
2007-11-15 Wilfried Göesgens* msgnum is a long. format it like that.
2007-11-05 Dave WestChanges to make notes deleteable... INCOMPLETE..
2007-11-04 Dave West Added a delete button to the Notes in place editor.
2007-11-04 Dave WestPrevent spurious chars getting onto front of a note.
2007-09-06 Wilfried Göesgens* lets start knit-picking on buffersizes.
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art Cancro*All* <FORM> blocks now contain a nonce field, and...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-30 Art Cancro* Removed the "convert_to_html" option from text_to_ser...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-26 Art CancroComplete overhaul of "Notes" view. Now features AJAX...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-27 Art Cancro* Header file adjustments to make it work on FreeBSD
2005-06-11 Art Cancro* Integrated the first batch of new icons.
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-10-20 Art Cancro* New "notes" icon
2004-10-01 Art Cancro* Set up framework for "notes" view, and added a skelet...