0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix language and charset not being saved remove some non-php whitespace from swedish translation that broke it More... over 15 years ago
show "Category" header in wiki categories as blue text to better indicate it's a category More... over 15 years ago
added a lot more RSS feeds More... over 15 years ago
add permission icon explanation add "see project" to global permissions More... over 15 years ago
a few permission fixes and changes to permissions list make project_pages indicate that it is restrictive by default add admin global permissions during fixtures loading add some more basic permissions to the user who creates the project when it is created More... over 15 years ago
sync More... over 15 years ago
Well and truly fix <br> tags, you actually need to assign the value of str_replace! More... over 15 years ago
Properly interpret the instructions and handle <br>s as they should be More... over 15 years ago
add missing rss icon More... over 15 years ago
add rss feed for saved/ predefined searches add rss feed support to $bugs_response to allow autodetection of available feeds through <head><link> More... over 15 years ago
Dont allow <br> tags in wikiparser More... over 15 years ago
fix settings page, and change it to use generic failed/successmessage More... over 15 years ago
Improve nowiki regexp so that it allows a nested level of regexps. It isnt actually possible to parse infinite nested levels of regexps, so this is about as far as we can go without becoming silly (the only place I could imagine a nested level is in docs anyway, it wouldnt normally be used) More... over 15 years ago
Fix all geshi regexes, they all work now (many thanks to scgtrp from freenode) More... over 15 years ago
- Auto generate the list of languages to set as default from the ones installed in the geshi directory - Fix a typo More... over 15 years ago
Fix an issue with html entities still leaking in, update documentation for highlighting. There is currently a bug with the source regexp (that will get fixed later) resuling in only one parameter being used, but others will be taken from settings. Also nowiki still doesnt handle multilines without eating up half the page meaning part of the syntax docs dont appear correctly More... over 15 years ago
Dont break br tags More... over 15 years ago
- Do not allow HTML in wiki areas - nothis may break editing if the entities need to be decoded - will check - Fix regexps again - now they work - Reverse code and nowiki arrays so they are fed back to the page in the right order (it would have worked before if we scanned from the bottom of the page on the second pass) - Fix array element that is used when pushing nowikis or code blocks to the array, so that the containing tags are not used More... over 15 years ago
- Improve nowiki regexp so it handles multiple lines, still a bit buggy with nested nowikis however - Make default geshi settings configurable in settings - Add new default settings to database Not updated the docs yet - ill do that when I get the regexp properly fixed More... over 15 years ago
const'ify configuration sections More... over 15 years ago
- Add documentation for syntax highlighting to docs - Fix bugs in syntax highlighting regexps More... over 15 years ago
Cosmetic fixes More... over 15 years ago
Finish off syntax highlighting - syntax is <source [lang="langhere"] [nonumbers] [firstline="12345"]>code</source>, where lang is the language (See geshi docs), nonumbers disables line numbering, and firstline sets the number to start line numbering at. Note that the parameters are untested as my mod_rewrite has given up More... over 15 years ago
when searching, if specifying more than one value for one field, they're now "or"ed instead of "and"ed, since that latter really doesn't make much sense More... over 15 years ago
Now that we have a few pages, add a link to "Help topics" to the default wiki menu More... over 15 years ago
added the permissions explanation page to the wiki More... over 15 years ago
add a little text-block inside permissions to help explain it More... over 15 years ago
implement page access control add page access permissions redesign permissions page, add tabbed sections to get better overview More... over 15 years ago
add permission handling to reporting issues More... over 15 years ago
some more permissions work cleaning up a lot of (older) javascript More... over 15 years ago