Push to the project "citadel.org ": The branch, master has been updated via 55df29edeecb6dd5e10bcf18cf6b75481483e9a7 (commit) via b60940bf494f8de8d2801c44286535793247a423 (commit) from 4c088bd159b44bcb7448360abb7225b8d23e3e03 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=55df29edeecb6dd5e10bcf18cf6b75481483e9a7 commit 55df29edeecb6dd5e10bcf18cf6b75481483e9a7 Merge: b60940b 4c088bd Author: Art Cancro <a...@uncensored.citadel.org> Date: Thu Jun 30 22:48:26 2011 -0400 Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel commit 4c088bd159b44bcb7448360abb7225b8d23e3e03 Author: the_mgt <the...@ueberserver.de> Date: Fri Jul 1 03:30:54 2011 +0200 Adapted c-files to new iconset "Essen" Moved some additional icons from static/ to static/icons The goal is, that we can remove all stray image files from static/ after the transition Only relevant .gif in static that is left should be citadel-logo.gif. commit ae972bc8e758bdc8d92fcd2b9571aeeccd32101d Merge: 02e276e b629236 Author: the_mgt <the...@ueberserver.de> Date: Fri Jul 1 03:06:58 2011 +0200 Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel commit 02e276e3229bd93deac8926195c624f063f931e3 Author: the_mgt <the...@ueberserver.de> Date: Fri Jul 1 03:05:37 2011 +0200 reverted 755 permissions on files to 644. Wherever that came from, sorry... Also renamed an icon to the proper .png name commit fb3ea255b85754d58344d116e2f3a130fd2c8fe7 Author: the_mgt <the...@ueberserver.de> Date: Fri Jul 1 02:53:43 2011 +0200 Added new iconset "Essen" from http://pc.de/icons/ and modified all files under static/t accordingly Icons are in subfolder "icons/essen" so we can eventually add other iconsets and make them choosable from Webcit Moved some commonly used icons we need to keep to newly created icons/ dir Old icons will go to subfolder "icons/old" after the transition, so retro enthusiasts can choose them eventually Places in c-files will follow in next commit http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=b60940bf494f8de8d2801c44286535793247a423 commit b60940bf494f8de8d2801c44286535793247a423 Author: Art Cancro <a...@uncensored.citadel.org> Date: Thu Jun 30 22:47:57 2011 -0400 Generate wiki diffs using a temp file instead of a big string of realloc() calls. Noted a block of code in which we are smashing the stack and need to fix. ----------------------------------------------------------------------- Summary of changes: citadel/context.c | 4 +- citadel/modules/wiki/serv_wiki.c | 50 ++++++++++++++++++++++++++----------- citadel/serv_extensions.c | 10 ++++--- 3 files changed, 43 insertions(+), 21 deletions(-) hooks/post-receive -- citadel.org