Joey Hess
81b9321e61
Add French basewiki translation from the Debian French l10n team, including Philippe Batailler, Alexandre Dupas, and Steve Petruzzello.
2009-09-02 15:04:27 -04:00
Joey Hess
8aeac3b666
CVE
2009-08-30 17:48:14 -04:00
Joey Hess
7823eb7c93
finalize release
2009-08-30 15:29:08 -04:00
Josh Triplett
9f75d3b1f3
teximg: Make TeX handle preventing unsafe things; remove insufficient blacklist
...
TeX has configuration options that prevent unsafe things like shell
escapes and insecure file reads/writes. Turn all of them on.
teximg's regex-based blacklist does not suffice. For instance:
[[!teximg code="""
\catcode`\%=0
%input{/etc/passwd}
"""]]
Remove the blacklist, since the TeX configuration options seal off the
underlying mechanisms more safely, and the blacklist blocks other TeX
commands that can prove useful.
2009-08-28 23:18:07 -07:00
Joey Hess
03449610d6
img: Don't generate new verison of image if it is scaled to be larger in either dimension.
...
Although imagemagick handles even really large sizes sanely, using a page
file, doing so would just waste time and disk space, since the browser
can be told to resize it larger.
2009-08-28 23:31:53 -04:00
Joey Hess
4e3a2a370c
changelpg
2009-08-28 15:11:21 -04:00
Joey Hess
cc6000f0b9
both changes picked
2009-08-28 07:34:09 -04:00
Joey Hess
29e1c8e033
Czech basewiki enabled
2009-08-28 06:13:47 -04:00
Joey Hess
0c1a71896d
htmltidy: Return an error message if tidy fails. Closes : #543722
...
On second^Wthird^Wfourth thought, putting the message into the page seems
better than using stderr.
2009-08-27 16:27:57 -04:00
Joey Hess
18e4fa6539
fix merged
2009-08-27 15:54:44 -04:00
Joey Hess
f8ad1bfec4
fix cherry-picked
2009-08-27 15:50:43 -04:00
Joey Hess
4e70f2f0d2
htmltidy: Print a warning message if tidy fails. Closes : #543722
2009-08-26 13:24:51 -04:00
Joey Hess
2ef6b15973
changelog and news file, also make postinst rebuild on upgrade
2009-08-25 17:27:32 -04:00
Joey Hess
99626615ff
Fix example blog's tags/life to not have a broken PageSpec. Closes : #543510
2009-08-25 13:39:33 -04:00
Joey Hess
df9d39698f
Italian program translation from Luca Bruno.
2009-08-20 12:29:19 -04:00
Joey Hess
9b799ccc85
po: Fixed to run rcs_add ralative to srcdir.
2009-08-19 14:05:59 -04:00
Joey Hess
65bf1dab5f
Updated French program translation from Philippe Batailler. Closes : #542036
2009-08-17 12:26:51 -04:00
Joey Hess
e03d5c6a7c
Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective pages from the basewiki.
2009-08-16 14:32:10 -04:00
Joey Hess
5d8bfe9f37
changelog
2009-08-16 13:49:56 -04:00
Joey Hess
54c2e05ccf
Add basic styling of po plugin's languages list.
2009-08-15 16:33:54 -04:00
Joey Hess
04760df381
Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case.
2009-08-15 14:10:39 -04:00
Joey Hess
c258160725
review of ready branch
2009-08-15 13:59:04 -04:00
Joey Hess
82bb3af579
optimise brokenlinks by gathering the data when calculating backlinks
...
During backlink calulation, all links are examined and broken links can
be detected for free, so store a list of broken links and have brokenlinks
use it.
Exposing the %brokenlinks structure is a bit ugly, but the speedup seems
worth it: Around 1 second for wikis the size of the doc wiki that use
brokenlinks.
2009-08-14 01:11:53 -04:00
Joey Hess
830c9e59b2
Add discussionpage configuration setting
...
By adding this setting, we get both more configurability, and a minor
optimisation too, since gettext does not need to be called continually
to get the Discussion value.
2009-08-13 21:41:33 -04:00
Joey Hess
6f4e9f38b8
version po4a build-dep to 0.34
...
0.35 is much better, but 0.34 is the minimum version that will work
2009-08-12 16:15:59 -04:00
Joey Hess
04014e4775
inline: Avoid use of my $_ as it fails with older perls. Closes : #541215
2009-08-12 12:33:02 -04:00
Joey Hess
b4d7dfcbe1
po: Detect if nowrapi18n can't be passed to po4a, and warn about the old version, but continue. Closes : #541205
2009-08-12 12:26:07 -04:00
Joey Hess
fc5c5df60e
releasing version 3.141592
2009-08-11 16:24:28 -04:00
Joey Hess
8364adcfb7
releasing version 3.15
2009-08-11 15:19:19 -04:00
Joey Hess
c0c1e05dab
finish merging getsource
2009-08-08 12:32:39 -04:00
Joey Hess
79312b2754
Merge commit 'smcv/ready/getsource'
...
Conflicts:
debian/changelog
2009-08-08 12:22:10 -04:00
Simon McVittie
f5322fa912
Mark todo/source_link as done
2009-08-01 12:31:53 +01:00
Joey Hess
3710b1710e
inline: Add pagenames parameter that can be used to list a set of pages to inline, in a specific order, without using a PageSpec. (smcv)
2009-07-31 10:30:36 +02:00
Joey Hess
d24f8b5c37
map: Avoid emitting an unclosed ul element if the map is empty. (harishcm)
2009-07-31 10:25:23 +02:00
Joey Hess
9168dc2e28
bug closures and changelog since smcv's ready branch didn't include them
...
Which would really make my merging rock if they did in the future.</hint>
2009-07-31 10:16:18 +02:00
Joey Hess
9d96250fc5
img: Fix adding of dependency from page to the image.
...
This was impressively broken. add_depends was being called with params
backwards, and on parameter was set to the name of the generated
file, which isn't in the source.
Now updates to images will update the page that contains them, thus
updating them. This is unncessary for fullsize images, so skipped.
2009-07-27 22:22:26 +02:00
Joey Hess
9122c6ce5d
add po4a to build-deps
2009-07-23 15:28:26 +02:00
Joey Hess
e61d04463e
update
2009-07-20 08:09:27 +02:00
Joey Hess
87486a1699
po/underlay/* should be BSD licensed, like the rest of the underlays
2009-07-20 07:37:06 +02:00
Joey Hess
a7b813182d
build translated underlays for use with non-English wikis
2009-07-20 07:20:13 +02:00
Joey Hess
d00211524b
unreleased
2009-07-19 14:56:10 +02:00
Joey Hess
f08bd11f42
rename
2009-07-19 14:54:15 +02:00
Joey Hess
ec965fc92c
Merge branch 'master' into po
...
Conflicts:
debian/changelog
2009-07-19 12:36:01 +02:00
Joey Hess
8f971999c6
releasing version 3.14159
2009-07-16 14:44:17 -04:00
Joey Hess
b9f4708f68
Move OpenID pretty-printing from openid plugin to core (smcv)
2009-07-11 15:56:02 -04:00
Joey Hess
b1b7a2100f
img: Pass the align parameter through to the generated img tag.
2009-07-11 00:33:19 -04:00
Joey Hess
0c6a47e9e4
svn: Fix rcs_rename to properly scope call to dirname.
2009-07-08 13:13:23 -04:00
Joey Hess
feae031a80
highlight: Fix utf-8 encoding bug. Closes : #535028
2009-07-07 16:31:18 -04:00
Simon McVittie
ea4686a565
Update IkiWiki::openiduser to work with Net::OpenID 2.x
...
openiduser previously used a constructor that no longer works in 2.x.
However, all we actually want is the (undocumented) DisplayOfURL function
that is invoked by the display method, so try to use that.
(cherry picked from commit c3dd0ff5c7c10743107f203a5b456fdcd1b171df)
2009-07-07 13:38:04 -04:00
Joey Hess
7cba8bd375
Updated French debconf templates translation. Closes : #535103
2009-06-29 14:51:49 -04:00