Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / wiki.c
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-08-14 Art CancroAdditional work on the alias table. This is taking...
2018-01-25 Art CancroHide obsolete server functions from webcit UI
2016-01-01 Wilfried GoesgensTemplatize.
2015-12-26 Wilfried GoesgensRework blogview renderer, so it can build the threads...
2015-12-13 Wilfried GoesgensAllow to stack contexts into message renderers.
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Art Cancromore 'go=' links in wiki
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroFirst of several required additions of 'go=' to wiki...
2012-04-23 Art Cancromore str_wiki_index() use
2012-04-23 Art CancroRemoved the 'room=' parameter from the wiki view. ...
2012-04-23 Art CancroBegan fixing uncensored.citadel.org/wiki?page=stefan201...
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-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroFixed bug in ConditionalHavewikiType() which returned...
2011-09-04 Art CancroForce wiki room views into the wiki viewer instead...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroRequire logged-in in order to revert a wiki page
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-24 Wilfried Göesgens* fix wiki navbar (partly ;-)
2010-08-24 Wilfried Göesgens* work on the wiki parts of the navbar
2010-08-24 Wilfried Göesgens* add dummy wiki conditionals
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-11-11 Art Cancro* Fixed a bug that was causing the initial visit to...
2009-11-11 Art Cancro* The 'Search' box now works properly in a Wiki room.
2009-11-10 Art Cancro* wiki page list
2009-11-10 Art Cancro* skeleton code for a wiki pagelist screen
2009-11-02 Art Cancro* Completed the code to revert a wiki page to a previou...
2009-10-30 Art Cancro* Noticed something that was technically correct but...
2009-10-30 Art Cancro* Completed the WebCit UI functions to view a historica...
2009-10-27 Art Cancro* Added the code to let display_wiki_page_backend(...
2009-10-27 Art Cancro* Added some of the buttons needed for wiki revision...
2009-10-24 Art Cancro* History template
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-23 Art Cancro* Set up links and templates for the history page,...
2009-10-23 Art Cancro* Stub functions for wiki history display
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-08 Art Cancro* When entering a wiki room, display the wiki home...
2009-10-06 Art Cancro* Repaired pieces of the wiki engine that have fallen...
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-05-13 Wilfried Göesgens* output the mime type of the tepmlate in read_message...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-09 Wilfried Göesgens* correct function call for wiki mode too.
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-04-21 Art CancroMinor formatting cleanup
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-25 Art Cancro* Eliminated a bug in pullquote_message() that was...
2006-01-24 Art Cancro* Got a primitive version of the wiki system in place...
2006-01-22 Art CancroMore work on the wiki view. Don't try to use it yet.
2006-01-21 Art Cancrowiki
2006-01-20 Art Cancro* Started writing wiki code. It completely does not...