| Commit message (Collapse) | Author | Age |
|\
| |
| | |
Refactor updateTuple()
|
| |
| |
| |
| |
| | |
The existing function was difficult to follow. It worked when
adding a new tuple, but not in the most sensible manner.
|
|\ \
| | |
| | | |
Adding <thead> to tables
|
| | |
| | |
| | |
| | |
| | |
| | | |
1. TD < 2 in a row
2. TD <= 50% of total cells
3. Not all table rows can be THEAD rows
|
| |\| |
|
| | | |
|
| | |
| | |
| | |
| | | |
Implements FS#1764
|
|\ \ \
| | | |
| | | | |
Add encoding fix to tpl_img_getTag()
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Run jpeg meta tags through cleanText for a conversion to UTF-8
from latin-1 if possible. MediaManager already uses this
conversion. Addresses a side issue of FS#1988
|
|\ \ \
| | | |
| | | | |
Fix a couple of issues with PR#571
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. renderer validity checks were too stringent for plugins, format
should only need to be checked when mode is 'xhtml'
2. E_USER_WARNING message should now be obsolete, its previous use
was to generate a warning when 'xhtml' rendering failed. PR#571
insures 'xhtml' rendering always succeeds.
|
|\ \ \
| | | |
| | | | |
improvements to double quote matching
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
allow disabling the rss feed
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
strip sourcemaps in CSS and JS #601
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
source maps are invalid for our dispatched sources and may even cause
problems. this makes sure any sourcemap declarations are stripped from
the output
|
|\ \ \ \ \
| | | | | |
| | | | | | |
JQuery Update
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
we now pull jQuery directly from jquery's CDN instead of google because
google serves slightly outdated versions under the /1/ branch
The updated smoothness theme currently breaks compression. Haven't
figured out why, yet.
|
| |_|/ / /
|/| | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Translation update (nl)
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Linked and formatted user names
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
inc/parser/renderer.php
inc/template.php
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added DOKU_BASE for local target
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
uses the user interwiki link as profile link
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* allowed urlparams
* added `wiki:users:` as default user profile link
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Implements an event which can modify the link below usernames, and the
displayed user name.
When no name supplied, the name of currently logged-in user is used.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
refactor detail.php to template.php
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- refactor detail en mediamanager link creation
- refactor metadata listing
|
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* master: (103 commits)
Add a basic test case for the cache
Events: Trigger a warning if the default action is not callable
Fix caching (make the event callback public again)
translation update
translation update
translation update
translation update
translation update
translation update
translation update
avoid HTTP image screenshot urls. closes #595
translation update
Extension manager: Fix cache extension to be .repo
adjusted the office type color again
another instance of empty() where an array key might not exist
remove placeholder van denied.txt
updated file icons once more
removed 'not logged in' text, loginform is shown already
Revert "added stripped bit to language file"
fixed index file
...
Conflicts:
inc/html.php
|