29 Commits

Author SHA1 Message Date
Thomas Hochstein
ecd3c9fa0b Revert "Fix pagination for "stable archives" in themes."
This reverts commit d9b3333556fc8d97c20ec1d7b525e27cab6903aa.

With this - now reverted - commit, the prev/next
arrows in pagination were swapped because they
were the wrong way around. Unfortunately, later on,
in ebb852d400b3a07348cc8faeb7f4d9ab25822b14, the
root cause was fixes by "unswapping" the prev/next
links in core, so now the pagination arrows were
... eh ... wrongly swapped. So this commit has to
be reverted.

Should fix #625 for good this time.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-24 08:39:13 +02:00
Thomas Hochstein
d9b3333556 Fix pagination for "stable archives" in themes.
Timeline and Bulletproof have pagination.
Both need to swap the prev/next links for
stable archives, as the sorting order has
been reversed.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-08-17 00:01:57 +02:00
Garvin Hicking
adfb237b4a fix wrong IF-order
We'll need to also apply that to all additional_themes
2015-01-05 11:37:29 +01:00
Matthias Mees
f48ef1c9c6 Escaping. Final version. Hopefully. 2013-02-07 23:44:55 +01:00
Matthias Mees
4d2801f6ae Escaping JS instead of HTML. 2013-02-07 19:34:02 +01:00
Matthias Mees
e00855f877 Escape emitted template option HTML (overlooked one instance). 2013-02-07 17:02:30 +01:00
Matthias Mees
923f8e7497 Escape emitted template option HTML. 2013-02-07 16:56:13 +01:00
Matthias Mees
dbe612e9dc Safer version of Smarty3 compatibility. 2013-01-21 16:52:05 +01:00
Garvin Hicking
53ea38aa3c Port from master 2013-01-21 10:06:09 +01:00
Ian
d6c527e422 Smarty3 compat - BP entries.tpl changed eval to assign 2012-05-15 18:18:39 +02:00
Matthias Mees
c4c2e95010 Removed redundant line in BP's entries.tpl. 2010-09-15 06:48:26 +00:00
Matthias Mees
190468dd53 Added fix for German umlauts in BP pagination. (Thanks to Timbalu.) 2010-09-15 06:46:04 +00:00
Don Chambers
876a15980b BP: update entries.tpl to use latest version of AddThis script. 2009-05-27 19:03:23 +00:00
Don Chambers
ccdbcfce96 BP: removed conditional comment for pagination. Wrapped arrow in span and applied font-family in base.css. Replaced all &raquo; and &laquo; with &#187; and &#171; Added bottom padding in admincontent. 2008-12-07 22:54:09 +00:00
Don Chambers
bfedee34f3 BP: Added conditional comments to pagination because ie <7 does not support solid arrow, only angle quotes. 2008-12-02 16:44:51 +00:00
Matthias Mees
041959ff3f BP: Small fix in entries.tpl to suppress emitting .byline if all contents are disabled in theme options. 2008-11-07 17:36:18 +00:00
Don Chambers
7680e37e5c BP: Pagination - page count must be greater than one to display. 2008-10-01 18:10:47 +00:00
Don Chambers
4ae0fcac3a BP: Page footer previous/next links - add option "none" so links can be suppressed. 2008-09-30 16:02:32 +00:00
Don Chambers
db81a40403 BP: modified pagination in entries.tpl & added pagination styles to colorset stylesheets. 2008-09-29 20:37:45 +00:00
Matthias Mees
4c2a6eb9f2 BP: Fixed truncation of extended entry link; now it truncates the article title first, then adds the lang constant for continue reading. 2008-08-26 13:40:46 +00:00
Matthias Mees
cf12fe3fa6 BP: Added new theme option to include optional pagination. Thanks again to Jude for helping me with the code :-) 2008-07-22 07:00:48 +00:00
Don Chambers
6357b71a37 BP: AddThis widget option added. Language files other than english need translation for 2 added variables. 2007-11-12 23:46:58 +00:00
Matthias Mees
6d37813fdc BP: Added some classes and tags to index.tpl and entries.tpl to add basic microformats support. 2007-10-09 11:52:33 +00:00
Matthias Mees
9c49561c4c BP: entries.tpl now uses date format set in the theme options for sticky entries, too. 2007-10-01 08:06:46 +00:00
Matthias Mees
afdfd95f12 Bulletproof: Removed deficons theme option. 2007-09-13 07:40:23 +00:00
Matthias Mees
538800e469 Bulletproof: Added theme option for alternate display of number of comments and trackbacks in the entry footer. 2007-09-12 09:13:59 +00:00
Matthias Mees
7be9f9e0c9 Updated Bulletproof and it's lang files. Added theme options to use default icons regardless of colorset chosen as a fallback option in case a colorset stylesheet doesn't have these icons. 2007-09-10 09:55:31 +00:00
Don Chambers
867ccf7394 Bulletproof additions/modifications:
Added new class of serendipity_Sticky_Entry in entries.tpl.
Added template option to suppress entry footer for sticky posts.
Added template option to suppress entry heading for sticky posts.
Added template option to include or exclude icons in previous/next page links.
Added default rules for class counter_code to style.css.
2007-09-06 15:16:46 +00:00
Garvin Hicking
ce33a55c5d Add bulletproof 2007-08-25 12:05:30 +00:00