summaryrefslogtreecommitdiff
path: root/www/py-moin
AgeCommit message (Collapse)AuthorFilesLines
2011-03-07Add a fix for CVE CVE 2011-1058.gls3-2/+21
Taken from http://moinmo.in/SecurityFixes
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-07-09Update py-moin to 1.9.3.obache3-7/+33
PR#43524 by Wen Heping. Known main issues: * The GUI WYSIWYG editor has still some issues and limitations. If you can't live with those, you can simply switch it off by using: editor_force = True editor_default = 'text' # internal default, just for completeness Version 1.9.3: Fixes: * Fix XSS in Despam action (CVE-2010-0828). * Fix XSS issues (see MoinMoinBugs/1.9.2UnescapedInputForThemeAddMsg): * by escaping template name in messages * by fixing other places that had similar issues * Make moin compatible to werkzeug 0.5 .. 0.6.2 (1.9.2 had issues with xmlrpc when used with werkzeug 0.6.x). * MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions, because the dircache stdlib module can't work correctly for fast updates of directories. * rss_rc and sisterpages actions: fix Content-Type header (mimetype) * Fix associating OpenID identity with user, wasn't adapted to werkzeug yet. * openidrp auth: fix undefined _ (gettext) * Fix auth.cas and userprefs.oidserv request object usage. * highlight parser: fixed MoinMoinBugs/LineNumberSpansForProcessInstructionsMissed * Pygments syntax highlighting: add missing code files * Notifications: use same email subject format for every notification * Fix docbook formatter crashing, see MoinMoinPatch/IncludeMacroWithDocBookFormatter * Fix regex content search for xapian search. * Get rid of the empty line at the end of code highlights. * GUI editor: compute editor height like the text editor does. * Added help texts for: standalone server and moin migration. * script.maint.cleancache: clean also i18n cache files * Improved formatter.text_plain, see FeatureRequests/TextPlainFormatterRewrite (fixes many issues of this formatter). * text_html_text_moin_wiki: fixed index error for width="", see also: MoinMoinBugs/GUI_convertor_list_index_out_of_range * xmlrpc: disable editor backup for putPage, renamePage and revertPage because if pages get uploaded by xmlrpc then the draft cache file can rapidly increase in size, causing high memory usage because it needs to get loaded into memory for updating/processing. * Emit Content-Type header (with charset) for SlideShow action and many other actions that just call send_title(). * ActionBase: better compatibility to moin 1.8, use request.values by default, optionally use request.form data only New features: * RenamePage action: added ability to create redirect pages when renaming (turned off by default, see show_rename_redirect config option). * formatter/text_html: Added line number links to code blocks. * diff action: * Fixed whitespace in generated (html) diff view table so white-space: pre can be used (and whitespace in diffs preserved). * Added links to first/last revision. * MoinMoin.widget.browser: introduced feature for sorting tables, see: http://moinmo.in/FeatureRequests/SortableTables * SystemAdmin user and attachment browsers: sorting feature used there now * Scrolling the text editor to the double clicked line. * Enable double-click-editing by default. * WikiConfigHelp macro: make heading and description display optional, heading level as a parameter (default 2) * If edit ticket check fails, send the editor with the current content. * moin import wikipage - use this script to import local files as a wiki page Other changes: * upgraded pygments from 1.2.2 to 1.3.1 * upgraded FCKeditor from 2.6.4.1 to 2.6.6 * added configuration snippet for ldap authentication against 2 servers * improved script help output
2010-03-20Major features/improvements (1.9):pettai3-1881/+1796
* New modular group and dict data access, you can use group and dict backend modules to access group and dict data stored anywhere you like. * Improved Xapian indexing / search * Improved drawing support * Themes / static files related * Syntax highlighting is based on the pygments library now * Authentication improvements * Sessions / cookies improvements * Macros fuctions improved * More Actions added/improved * Improved logging / debugging / developer support * GUI editor: improved attachment dialog * "moin ... account homepage" script to create user homepages A bunch of bugfixes! For the full Changelog, see: http://moinmo.in/MoinMoinRelease1.9 ok'ed during the freeze by agc@
2010-01-27DEPENDS should be right after MAINTAINER block, reorder.wiz1-3/+3
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-770/+1
2008-10-02Uses list comprehension.joerg1-1/+2
2008-07-24Update MoinMoin to 1.7.1:joerg3-63/+809
- Fix a Cross Site Scripting attack - changes in caching API Changes in 1.7.0: - new event/notification/authentication/session framework - OpenID support - improvements for LDAP auth, attachment performance, logging etc
2008-07-22Mention MoinMoin in the COMMENT to make the package easier to find, giventnn1-2/+2
the non-obvious PKGNAME.
2008-05-07Update to moin 1.6.3. This fixes bugs in the ACL parser for all entriesjoerg3-15/+24
but Known: and All:, hierarchical ACL processing and the use of include in rst files. Many other updates included as well.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-03-15Update py-moin to 1.6.1.joerg3-558/+782
Major new features: * quickly working standalone mode (similar to DesktopEdition) * xapian index search (including attachments of supported mimetypes) * WikiSynchronisation * moin can receive email now * wiki parser: easier link and transclusion markup (and new macro markup) * new parsers for: creole wiki markup, html (safe), diffs * discussion pages * inline comments * hierarchical ACLs (see HelpOnAccessControlLists) * new anti-spam feature: TextChas * SisterSites support * new xmlrpc methods, easier auth, multicall support * Improved params for [[target|label|params]]: * AdvancedSearch: make multiple categories/languages/mimetype selections possible * Added a configuration directive to only do one bind to the LDAP server. + many bugfixes, including at least one XSS fix.
2008-03-11HOMEPAGE moved.obache1-2/+2
2006-12-20Fix (or update?) HOMEPAGE.reed1-2/+2
2006-10-25Explicitly depend on py-expat, as it is needed for the GUI editor.joerg1-1/+4
Fixes PR 34912. Bump revision.
2006-07-31Make pkglint happy.joerg2-5/+5
2006-07-31Import www/py-moin. From DESCR:joerg4-0/+2811
A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on easy access to and modification of information. MoinMoin is a Python WikiClone that allows you to easily set up your own wiki, only requiring a Python installation.