aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/recent_list_common.wml
Commit message (Collapse)AuthorAgeFilesLines
* remove functions which were only used for securityThomas Lange2024-01-111-9/+0
|
* Fix title extraction codeRyuunosuke Ayanokouzi2016-06-121-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Expected Behavior: Index page should list titles of article pages. * Actual Behavior: Sometime the titles are not extracted from the article pages propriety (when last one byte of last character is 0x85 or 0xA0, the byte is lost from a title). * Cause of Actual Behavior: Title is extracted from data. But, the data is byte sequence and does not converted to internal representation of Perl. In this case, matching unit of regexp is single byte and is not single character. * Approach: Decode byte sequence data and encode extracted title. CVS version numbers english/template/debian/events_common.wml: 1.39 -> 1.40 english/template/debian/legal_lists.wml: 1.4 -> 1.5 english/template/debian/recent_list.wml: 1.143 -> 1.144 english/template/debian/recent_list_common.wml: 1.1 -> 1.2 english/template/debian/users_list.wml: 1.3 -> 1.4 english/template/debian/votebar.wml: 1.121 -> 1.122 english/template/debian/projectnews/index.wml: 1.4 -> 1.5 english/template/debian/weeklynews/index.wml: 1.29 -> 1.30
* Add recent_list_security.wmlFrank Lichtenheld2016-04-081-0/+241
Big refactoring of the code in recent_list.wml to make it readable and maintaineable. Trying to separate code that is common for all recent list users better from the code that is specific to the different categories of items. This gets rid of the big unreadable if/elsif blocks and instead replaces it with a lot of smaller functions. So far this only implements the security/ functionality. Other sections to follow once it is clear that this is indeed the way forward. CVS version numbers english/template/debian/recent_list_common.wml: INITIAL -> 1.1 english/template/debian/recent_list_security.wml: INITIAL -> 1.1

© 2014-2024 Faster IT GmbH | imprint | privacy policy