aboutsummaryrefslogtreecommitdiff
path: root/www/moinmoin
Commit message (Collapse)AuthorAgeFilesLines
* Do not terminate BROKEN messages with period, it is added by the framework.Alexey Dokuchaev2016-11-141-1/+1
| | | | Notes: svn path=/head/; revision=426104
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Take maintainership due to maintainer timeouts over a period of time.Mark Linimon2016-01-161-1/+1
| | | | Notes: svn path=/head/; revision=406195
* - Add CPE infoDmitry Marakasov2015-05-061-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385550
* Remove useless post-install targetBaptiste Daroussin2015-03-311-6/+0
| | | | Notes: svn path=/head/; revision=382837
* - Update to version 1.9.8Pawel Pekala2015-03-254-663/+521
| | | | | | | | | | | | - Replace version with PORTVERSION in pkg-install.in - Clenaup pkg-plist PR: 198046 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=382253
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-2/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376109
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364158
* Update to 1.9.7, which came out over a year ago and contained onlyAdam Weinberger2014-05-303-4/+163
| | | | | | | security fixes. Also, add STAGE support. Notes: svn path=/head/; revision=355771
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Update to 1.9.6, fixing security issue.Chris Rees2013-01-054-10/+9
| | | | | | | | | | | All problems here are my responsiblity. PR: ports/175004 Submitted by: crees Approved by: so (simon) Notes: svn path=/head/; revision=309959
* www/moinmoin: update to 1.9.5Eygene Ryabinkin2012-11-054-141/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: * Security fix: fix virtual group bug in ACL evaluation. [was already backported to FreeBSD's 1.9.4_1]. * Avoid crash if #refresh processing instruction is used without arguments. * Fix issue with non-ASCII textchas. * Xapian indexing: remove copy.copy() that crashed on Windows/IIS/isapi-wsgi after page save. * Fix dictionary file reading crash under Windows. * Work around crash of AdvancedSearch macro rendering caused by non-ascii mimetypes.types_map entries. * Added migration script for moin 1.8.9. * rss_rc: Fix diffs added in RSS with diffs=1 (now they correspond to item listed in feed and not just last page diffs). Links generated with ddiffs=1 also fixed. * rss_rc: fix double escaping issue. * rss_rc: respect show_names configuration option. * rss_rc: proper support of rename, revert, page creation. * modern/modernized theme: fix padding/width for editor preview * group/pagelinks formatters: avoid to create unnecessary output, redirect output of send_page call with the groups formatter, it must not be written to the output stream * rst parser: fix include and macro directives * wikisync: fix unicode pagename sending for python 2.7 httplib New features: * add a require_comment config option (default: False) to require a non-empty comment when saving a page * when a save error happens, show the editor again and highlight * the error rss_rc: several new options added: lines parameter gives ability to set maximum size of diffs showed in RSS. show_att parameter gives ability to show information aboout attachment-related items in RSS. page parameter gives ability to specify set of pages for which changes RSS feed should be generated. Configuration of defaults and limits can now be done via wiki configuration mechanism. * As soon as it is now possible to provide RSS for page change history, appropriate alternate link is now added for every page (controlled by rss_show_page_history_link configuration parameter). * Search: "no_highlight:" search query option provided for suppressing highlighting search results. * Search macros: new options for FullSearch, FullSearchCached and PageList available: * highlight_titles option controls highlighting of matches in search results provided by these macros. Default value is set in search_macro_highlight_titles configuration option) * highlight_pages option controls adding of highlight URL parameter to page links (so search term is highlighted when user goes to one of these pages via provided link) in search results. Default value is set in search_macro_highlight_pages configuration option. Usage of these options is disabled (via search_macro_parse_args configuration option) by default due to behavioural changes introduced in macro parameter parsing mechanism to support them. Related to http://moinmo.in/FeatureRequests/FullSearchResultsWithoutHighlight . Other changes: * Remove 4suite dependency for docbook formatter, use minidom (included in Python). * Upgraded FCKeditor to 2.6.8. Feature safe: yes PR: 172832 QA page: http://codelabs.ru/fbsd/ports/qa/www/moinmoin/1.9.5 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=307023
* www/moinmoin: fix CVE-2012-4404, wrong processing of group ACLsEygene Ryabinkin2012-09-112-0/+138
| | | | | | | | | | | | | Using upstream patch from http://hg.moinmo.in/moin/1.9/raw-rev/7b9f39289e16 PR: 171346 QA page: http://codelabs.ru/fbsd/ports/qa/www/moinmoin/1.9.4_1 Approved by: khsing.cn@gmail.com (maintainer) Security: http://www.vuxml.org/freebsd/4f99e2ef-f725-11e1-8bd8-0022156e8794.html Notes: svn path=/head/; revision=304084
* - Update to 1.9.4Martin Wilke2012-04-104-25/+98
| | | | | | | | | PR: 166008 Submitted by: András JÁKÓ <jako.andras@eik.bme.hu> Approved by: maintainer Notes: svn path=/head/; revision=294533
* - Update to 1.9.3Wen Heping2011-01-183-5/+33
| | | | | | | | | | | | | - Add license - Remove md5 PR: ports/153962 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=267940
* Fix Path to standalone server scriptTilman Keskinoz2010-07-281-2/+2
| | | | | | | | | | | Bump PORTREVISION PR: 148814 Reported by: Stephen Morton <tungolcraeft@gmail.com> Submitted by: maintainer Notes: svn path=/head/; revision=258391
* Do not install .orig files.Wesley Shields2010-04-302-1/+11
| | | | | | | | PR: ports/146142 Submitted by: Bai Guixing <khsing.cn@gmail.com> (maintainer) Notes: svn path=/head/; revision=253473
* - Add WSGI support. [1]Florent Thoumie2010-04-283-4/+37
| | | | | | | | | | | | - Fix shebang line in moin.fcgi. [2] PR: ports/145690 [1], ports/145646 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [1] ghostonthewire <ghostonthewire@gmail.com> [2] Approved by: maintainer Notes: svn path=/head/; revision=253394
* Over to new volunteer.Mark Linimon2010-04-261-1/+1
| | | | Notes: svn path=/head/; revision=253267
* Reset bg1tpt@gmail.com due to maintainer-timeouts and no response toMark Linimon2010-04-251-1/+1
| | | | | | | | | email. Hat: portmgr Notes: svn path=/head/; revision=253239
* - Fix a typoMartin Wilke2010-04-021-1/+2
| | | | | | | | | PR: 144819 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=252079
* - Update to 1.9.2Martin Wilke2010-03-103-1917/+1911
| | | | | | | | | PR: 143206 Submitted by: Bai Guixing <khsing.cn@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=250861
* Update to 1.8.4.Ion-Mihai Tetcu2009-07-083-6/+14
| | | | | | | | | PR: 136148 Submitted by: Sahil Tandon Approved by: maintainer Notes: svn path=/head/; revision=237398
* - Update to 1.8.3Martin Wilke2009-05-163-5/+19
| | | | | | | | | | | PR: based on 134563 Submitted by: Jesco Freund <jesco.freund@googlemail.com> Approved by: maintainer timeout, secteam (security 1 day) Security: http://www.vuxml.org/freebsd/fc4d0ae8-3fa3-11de-a3fd-0030843d3802.html http://www.vuxml.org/freebsd/bfe218a5-4218-11de-b67a-0030843d3802.html Notes: svn path=/head/; revision=233995
* - Update to 1.8.1Martin Wilke2009-01-303-4/+10
| | | | | | | | | Approved by: maintainer timeout (security update 1 day) With hat: secteam Security: http://www.vuxml.org/freebsd/6a523dba-eeab-11dd-ab4f-0030843d3802.html Notes: svn path=/head/; revision=227151
* - Update to 1.8.0Wesley Shields2008-12-104-2540/+1837
| | | | | | | | | PR: ports/129039 Submitted by: Max Campos <lists@bpsw.biz> Approved by: Razor <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=224057
* - Update to 1.7.1Martin Wilke2008-09-064-6/+592
| | | | | | | | | PR: 126256 Submitted by: Toshimichi Masubuchi <tmasu@st.rim.or.jp> Apporved by: maintainer Notes: svn path=/head/; revision=219993
* - Change the MOINSCRIPT to wikiserver.py when definedMartin Wilke2008-07-072-2/+12
| | | | | | | | | | | | MOINTYPE=STANDALONE, the old wiki.py is deprecated. - Change the hint when making instances, add configuration for static contents. PR: 125210 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=216462
* - Update to 1.7.0Martin Wilke2008-06-274-66/+225
| | | | | | | | PR: 124903 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=215829
* - Update to 1.6.3Martin Wilke2008-06-213-8/+14
| | | | | | | | | | PR: 124778 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: secteam (simon) Security: http://www.vuxml.org/freebsd/c4ba95b2-39ce-11dd-98c9-00163e000016.html Notes: svn path=/head/; revision=215466
* - Update to 1.6.2Beech Rintoul2008-03-263-6/+9
| | | | | | | | PR: ports/122100 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=209845
* - Update to 1.6.1Martin Wilke2008-02-254-531/+735
| | | | | | | | | PR: 120964 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=207845
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 1.5.8Li-Wen Hsu2007-05-293-4/+7
| | | | | | | | | PR: 112647 Submitted by: Zhen REN <bg1tpt AT gmail.com> (maintainer) Approved by: clsung (mentor, implicitly) Notes: svn path=/head/; revision=192265
* Update to 1.5.7, give maintainership to submitter.Xin LI2007-02-093-5/+14
| | | | | | | Submitted by: Ren Zhen <bg1tpt gmail com> Notes: svn path=/head/; revision=184667
* Update to 1.5.6Xin LI2007-01-024-20/+5
| | | | Notes: svn path=/head/; revision=181278
* - Update to 1.5.5aPav Lucistnik2006-09-284-10/+706
| | | | | | | | | | - Readd the underlay into the static plist PR: ports/103766 Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de> Notes: svn path=/head/; revision=174047
* - unbreak, fix pkg-plist errorCheng-Lung Sung2006-07-142-7/+25
| | | | | | | Noted by: linimon Notes: svn path=/head/; revision=167755
* Mark broken: fails to install.Mark Linimon2006-07-141-0/+2
| | | | Notes: svn path=/head/; revision=167748
* - update to 1.5.4Cheng-Lung Sung2006-07-062-4/+4
| | | | | | | | PR: ports/99824 Submitted by: Rick van der Zwet <rick_AT_wzoeterwoude dot net> Notes: svn path=/head/; revision=167026
* - Updated to 1.5.3Marcus Alves Grando2006-04-293-174/+264
| | | | | | | | | | - portlint(1) PR: 96153 Submitted by: Michael Neumann <mneuma2s___smail.inf.fh-brs.de> Notes: svn path=/head/; revision=160850
* Reset vsevolod as maintainer due to unreponsiveness. We hope to see himMark Linimon2006-04-141-1/+1
| | | | | | | | | back sometime. Hat: portmgr Notes: svn path=/head/; revision=159501
* - Update to 1.5.2.Sergey Matveychuk2006-04-053-754/+1642
| | | | | | | | | | | (Database format was not changed). PR: ports/93045 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: maintainer timeout (2 monthes) Notes: svn path=/head/; revision=158851
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Update to 1.3.5Vsevolod Stakhov2005-09-163-2803/+131
| | | | | | | | Removed all underlay stuff from static plist as it is changed often Take maintainership Notes: svn path=/head/; revision=142940
* - Drop maintainership. Some people seemed to show interest for this portFlorent Thoumie2005-07-091-1/+1
| | | | | | | lately, I guess they'll be interested in taking maintainership. Notes: svn path=/head/; revision=138772
* - Update to 1.3.4.Florent Thoumie2005-05-303-42/+136
| | | | | | | | PR: ports/81614 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> Notes: svn path=/head/; revision=136469
* Change my email address in MAINTAINER lines for ports I maintain toFlorent Thoumie2005-03-011-1/+1
| | | | | | | | | flz@FreeBSD.org. Approved by: pav (mentor) Notes: svn path=/head/; revision=130089
* - Update to 1.3.3: http://moinmoin.wikiwikiweb.de/MoinMoinRelease1.3/CHANGESVolker Stolz2005-02-133-665/+1127
| | | | | | | | | | - Assign maintainership to submitter PR: ports/77416 Submitted by: Florent Thoumie Notes: svn path=/head/; revision=128713
* Drop Maintainership. I will not find enough time in theJosef El-Rayes2005-02-111-1/+1
| | | | | | | near future to keep the port well maintained. Notes: svn path=/head/; revision=128513