WikiNG.patch
| lib/wiking_application_helper_patch.rb (working copy) | ||
|---|---|---|
| 124 | 124 |
parse_wiking_conditions(text, project, obj, attr, only_path, options) |
| 125 | 125 |
end |
| 126 | 126 | |
| 127 |
WIKING_LINK_RE = %r{(!)?(\[\[(wikipedia|google|redmine|chiliproject)(?:\[([^\]])\])?>([^\]\n\|]+)(?:\|([^\]\n\|]+))?\]\])}
|
|
| 127 |
WIKING_LINK_RE = %r{(!)?(\[\[(wikipedia|google|redmine|chiliproject)(?:\[([^\]]+)\])?>([^\]\n\|]+)(?:\|([^\]\n\|]+))?\]\])}
|
|
| 128 | 128 | |
| 129 | 129 |
def parse_wiki_links_with_wiking(text, project, obj, attr, only_path, options) |
| 130 | 130 | |