Stefan Bodewig
|
fe7e9617ed
|
Merge branch '1.9.x'
|
5 years ago |
Stefan Bodewig
|
9c1f4d905d
|
provide a magic property that overrides temp directory
|
5 years ago |
jkf
|
264074b82c
|
Updated manual to use https as far as currently possible.
|
6 years ago |
jkf
|
3a4980e3c4
|
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
|
6 years ago |
twogee
|
d01d88a19d
|
Fix doctype and language
|
7 years ago |
Gintas Grigelionis
|
5d8bc76b13
|
Merge branch '1.9.x'
|
7 years ago |
Maarten Coene
|
05c88a60c2
|
The <modified> selector has a new built-in algorithm 'lastmodified' which computes a value based upon the lastmodified time of the file.
|
7 years ago |
Gintas Grigelionis
|
3d413edd0f
|
Bz 22370: document the semantics of followsymlinks
|
7 years ago |
Gintas Grigelionis
|
f71d39da3c
|
Bz 22370: followsymlinks must default to true for consistency
|
7 years ago |
Gintas Grigelionis
|
cd1ce377dc
|
Change followlinks to followsymlinks for consistency with fileset
|
7 years ago |
Gintas Grigelionis
|
57edcface9
|
Fix a typo/whitespace
|
7 years ago |
Gintas Grigelionis
|
35a84fea1a
|
Bz 22370: followlinks attribute
|
7 years ago |
Stefan Bodewig
|
d345133b62
|
Merge branch '1.9.x'
|
7 years ago |
Stefan Bodewig
|
fee6d73d57
|
add encoding attribute to in/excludesfile
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Stefan Bodewig
|
2495b9a97e
|
add basedir attribute to <resourcelist>
https://bz.apache.org/bugzilla/show_bug.cgi?id=62379
|
7 years ago |
Gintas Grigelionis
|
748e917268
|
Bz 22370: posixGroup and posixPermissions selectors
|
7 years ago |
Gintas Grigelionis
|
d4fedd5a42
|
Bz 16494: accessibility — th must have scope
|
7 years ago |
Gintas Grigelionis
|
d6112a03fe
|
Provide a better description of a parameter
|
7 years ago |
Gintas Grigelionis
|
0ac78d6d98
|
Describe default value in “Required” column
|
7 years ago |
Gintas Grigelionis
|
d1b6b321da
|
HTML 5-ish
|
7 years ago |
Jaikiran Pai
|
3094f58840
|
bz-62313 Enhance "linecontains" filter to allow any of the "contains" to match instead of all
|
7 years ago |
Gintas Grigelionis
|
e2fc2fd278
|
More markup adjustments
|
7 years ago |
Gintas Grigelionis
|
b453e8b5d6
|
Another typo and more highlighting
|
7 years ago |
Gintas Grigelionis
|
14dfef587d
|
<kbd>, highlighting of input, output and inlined code
|
7 years ago |
Gintas Grigelionis
|
5c9cb3d63e
|
Untabify and fix broken links
|
7 years ago |
Gintas Grigelionis
|
97d81a726d
|
Added target attribute for external links
(the web is no longer frame-friendly…)
|
7 years ago |
Gintas Grigelionis
|
ecc6994f7e
|
more lowercasing and other style adjustments
|
7 years ago |
Gintas Grigelionis
|
677f5275dd
|
use lowercase for simplicity
|
7 years ago |
Gintas Grigelionis
|
3ba058c3b5
|
Place novelty information for tasks and elements prominently and uniformly
|
7 years ago |
Gintas Grigelionis
|
63d1abc7c0
|
Style corrections, in particular regarding footnotes
|
7 years ago |
Gintas Grigelionis
|
62af8da15c
|
Consistent markup
|
7 years ago |
Gintas Grigelionis
|
b08077b2d6
|
Convert tabs into spaces
|
7 years ago |
Gintas Grigelionis
|
c6aeb2eaa1
|
Missing CSS class
|
7 years ago |
Gintas Grigelionis
|
66b52f99e4
|
Use HTML 5(-ish), fix links
|
7 years ago |
Gintas Grigelionis
|
c53eb2b91c
|
There is a var tag in HTML 5…
|
7 years ago |
Gintas Grigelionis
|
7eeb33d5e8
|
Chop off redundant blockquotes
|
7 years ago |
Gintas Grigelionis
|
63dc4df7b8
|
Remove width constraints, unbreakable spaces and <code><pre>
|
7 years ago |
Gintas Grigelionis
|
94d36a9fe7
|
Tidy tag soup, remove inlined styling, adjust formatting
|
7 years ago |
Gintas Grigelionis
|
972ae2ea74
|
Revised installation manual, cross-referenced optional tasks/types
|
7 years ago |
Gintas Grigelionis
|
0da54795ca
|
Revised installation manual, cross-referenced optional tasks/types
|
7 years ago |
Stefan Bodewig
|
00d140c1b2
|
Merge branch '1.9.x'
|
8 years ago |
Stefan Bodewig
|
5347475984
|
add regexp attribute to linecontainsregexp
https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
|
8 years ago |
Stefan Bodewig
|
fd4ff0120a
|
accepted the PR too late for 1.10.1
|
8 years ago |
pyxide
|
ea7091756b
|
Enhanced JavaxScriptRunner, Junit, docs, Javadoc
JavaxScriptRunner:
- Better compiled script reference name to avoid reference name
collision, project wide : execName + ".compiled." +
getScript().hashCode() + "." + getProject().hashCode();
ScriptDef:
- Fixed Javadoc + use of 3rd person
[(oracle style
guideline)](http://www.oracle.com/technetwork/articles/java/index-137868.html#styleguide)
Task manual: documentation for `encoding` and `compiled` options.
- `encoding` : script.html, scriptdef.html, conditions.html,
selectors.html, mapper.html, filterchain.html
- `compiled` : scriptdef.html
Added source file `encoding` option on:
- org.apache.tools.ant.taskdefs.optional.Script
- org.apache.tools.ant.types.optional.AbstractScriptComponent
(inherited by ScriptCondition, ScriptMapper)
- org.apache.tools.ant.types.optional.ScriptFilter
- org.apache.tools.ant.types.optional.ScriptSelector
Test units :
- org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest,
script.xml : src + encoding
- org.apache.tools.ant.taskdefs.optional.RhinoScriptDefTest,
scriptdef.xml : src + encoding, compiled
- new file: src/etc/testcases/taskdefs/optional/script/heavy-script.js
|
8 years ago |
Stefan Bodewig
|
6a40bdb9d3
|
document XZ support - PR 60350
|
8 years ago |
Stefan Bodewig
|
c50b683cfb
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
77fbe3782f
|
fix the patterns used by touch and date selectors
https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
|
9 years ago |
Stefan Bodewig
|
41d51241c6
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
326727692a
|
add a filter for native2ascii
|
9 years ago |
Stefan Bodewig
|
73bcc2813a
|
Merge branch '1.9.x'
|
9 years ago |