root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1890 [1890] 4 months DotMG refs #1049 Removed Type=MYISAM in Create table
(edit) @1889 [1889] 4 months BrianKoontz Implemented usergroup ACLs. Refs #1140.
(edit) @1888 [1888] 4 months BrianKoontz Sanitized all assignments to page_title by stripping HTML tags. Refs …
(edit) @1887 [1887] 6 months BrianKoontz Strip all HTML and PHP tags from title strings. Refs #1128, #1138.
(edit) @1886 [1886] 8 months BrianKoontz Made editing window more user-friendly with iPhones/iPads. Refs #1134
(edit) @1885 [1885] 8 months BrianKoontz Action now displays correct number of readable page changes. Refs #1135
(edit) @1884 [1884] 8 months BrianKoontz Recognizes and handles $username if passed in as an argument. Refs #1136
(edit) @1883 [1883] 8 months BrianKoontz Removed var_dump line. Refs #1137.
(edit) @1882 [1882] 10 months BrianKoontz Renamed default theme to "classic". Refs #1127.
(edit) @1881 [1881] 10 months BrianKoontz This one fell through the cracks. Agreed that this is a really antiquated …
(edit) @1880 [1880] 10 months BrianKoontz Permit the specification of forceLinkTracking in action calls that will …
(edit) @1879 [1879] 10 months BrianKoontz Modified Link() calls so missing page links are correctly generated. Refs …
(edit) @1878 [1878] 10 months BrianKoontz Modified call to Link() to include FALSE flag for assumePageExists …
(edit) @1877 [1877] 10 months BrianKoontz Enabled UTF-8 regexes for preg_match. Need to check the WikiPedia …
(edit) @1875 [1875] 12 months BrianKoontz Inadvertently changed trunk copy of version.php. Refs #1121.
(edit) @1873 [1873] 12 months BrianKoontz Regenerated gettext template (.pot) file, removed .po file. Refs #1121.
(edit) @1872 [1872] 12 months BrianKoontz Release file updates. Refs #1121.
(edit) @1871 [1871] 12 months BrianKoontz Added RecentComments to installer default generation array. Refs #1119.
(edit) @1870 [1870] 12 months BrianKoontz Some versions of PHP return the wrong value when unlink (delete) is …
(edit) @1869 [1869] 12 months BrianKoontz Removed duplicate alter table line that generates new challenge field in …
(edit) @1868 [1868] 14 months DotMG refs #1064 Fixing bug preventing deletion of files using {{files}} …
(edit) @1867 [1867] 15 months DotMG refs #974. Using mktime() with no arguments throws E_STRICT. {{{ 5.1.0 …
(edit) @1866 [1866] 15 months DotMG refs #974. Moving instruction causing the message {{{ Deprecated: …
(edit) @1865 [1865] 15 months DotMG refs #1115. part 1: Change input parameters in ListPages()
(edit) @1864 [1864] 15 months DotMG refs #974. Yet another eregi_replace left. Fixing how $class is handled in …
(edit) @1863 [1863] 15 months DotMG refs #974. Fixing coding style in [1862]. Making indentation the same as …
(edit) @1862 [1862] 15 months DotMG refs #974. Step 2: use instantiate() instead of new ClassName() for …
(edit) @1861 [1861] 15 months DotMG refs #493 Taking advantage of default value that can be supplied as …
(edit) @1860 [1860] 15 months DotMG refs #493 Uniformizing calls to GetConfigValue(), GetHandler(), …
(edit) @1859 [1859] 15 months DotMG refs #493 Uniformizing calls to GetConfigValue(), GetHandler(), …
(edit) @1858 [1858] 15 months DotMG refs #493 Uniformizing calls to GetConfigValue(), GetHandler(), …
(edit) @1857 [1857] 15 months DotMG refs #493 Uniformizing calls to GetConfigValue(), GetHandler(), …
(edit) @1856 [1856] 15 months DotMG refs #493 Uniformizing calls to GetConfigValue(), GetHandler(), …
(edit) @1855 [1855] 15 months DotMG refs #1051 Saving the file formatters/wakka.php with UTF-8 encoding. …
(edit) @1854 [1854] 15 months DotMG refs #1071 Credits fguillier. Fixing issue in Category action, when a …
(edit) @1853 [1853] 15 months DotMG refs #1071 Credits fguillier. Fixing issue in Category action, when a …
(edit) @1852 [1852] 15 months DotMG refs #1072 Credits fguillier. Added % in the regex (RFC 1738) for URL.
(edit) @1851 [1851] 15 months DotMG refs #232 When category action is called from a page that is included by …
(edit) @1850 [1850] 15 months DotMG The new categorization process. refs #809, #313, #315, #233 Re-submitting …
(edit) @1849 [1849] 15 months DotMG Re-submitting [574] and [580] to trunk. refs #529 Taking care of the …
(edit) @1848 [1848] 15 months DotMG fixes #82 - The new ImageAction takes note of …
(edit) @1847 [1847] 15 months DotMG refs #974. Step 1: getting rid of ereg and eregi, obsolete. Use preg_match …
(edit) @1846 [1846] 15 months DotMG refs #1113. swap cols and rows attributes of textarea.
(edit) @1845 [1845] 17 months BrianKoontz Removed all lingering instances of specialCache. Refs #1109.
(edit) @1844 [1844] 17 months BrianKoontz Fixed notice re comment ACLs. Refs #1105.
(edit) @1843 [1843] 17 months BrianKoontz Comment threading now works again. Refs #1108.
(edit) @1842 [1842] 18 months BrianKoontz Implemented CSRF tokens in all POST forms. Refs #1098.
(edit) @1836 [1836] 18 months BrianKoontz Sanitized file parameters (now restricted to restricted charset). Refs …
(edit) @1833 [1833] 18 months BrianKoontz Sanitized file input to disallow pathname chars and variants. Refs #1097.
(edit) @1832 [1832] 18 months BrianKoontz Using tokens to validate form submissions to prevent CSRF attacks. Refs …
(edit) @1828 [1828] 18 months BrianKoontz Prohibited windows-style backslashed from filenames. Refs #1097.
(edit) @1825 [1825] 18 months BrianKoontz Removed HTML markup from UserAgent and comment body before archiving in …
(edit) @1822 [1822] 18 months BrianKoontz Prevent uploading of files with multiple extensions. Refs #1097.
(edit) @1821 [1821] 18 months BrianKoontz Fixed issue that permitted files to be downloaded/deleted outside of the …
(edit) @1820 [1820] 18 months BrianKoontz All user input now sanitized. Refs #1097.
(edit) @1819 [1819] 19 months BrianKoontz All admin actions have been converted from GET to POST requests. Ref …
(edit) @1814 [1814] 20 months BrianKoontz Added functionality to export pages in "raw" HTML format. Refs #218
(edit) @1813 [1813] 20 months BrianKoontz Fixed mass delete, erroneous error message, PHP notice. Refs #1081.
(edit) @1812 [1812] 20 months BrianKoontz Fixed PHP notice. Refs #1084, #1085.
(edit) @1811 [1811] 20 months BrianKoontz Fixed syntax error. Refs #1086.
(edit) @1810 [1810] 20 months BrianKoontz Reimplemented support for multiple URLs. Refs #1086.
(edit) @1809 [1809] 20 months BrianKoontz Removed skin action. Refs #1093.
(edit) @1808 [1808] 20 months BrianKoontz Reimplement support for access by multiple URLs. Refs #1086.
(edit) @1807 [1807] 20 months BrianKoontz Fixed call to GetSafeVar(). Refs #1090.
(edit) @1806 [1806] 20 months BrianKoontz Implemented usePrefix parameter in getCount(). Refs #1088
(edit) @1805 [1805] 21 months BrianKoontz Fixed comparison that was breaking paging links. Refs #1089
(edit) @1804 [1804] 21 months BrianKoontz Link function now assumes that page to be linked exists by default. Refs …
(edit) @1803 [1803] 23 months BrianKoontz Fixed notices. Refs #1056.
(edit) @1802 [1802] 2 years BrianKoontz Fixed warning involving misplaced parens. Refs #1073.
(edit) @1801 [1801] 2 years BrianKoontz First attempt to fix out of sync updates... Refs #1069
(edit) @1800 [1800] 2 years BrianKoontz Moved several SQL statements from 1.3.1 to trunk section of switch. Refs …
(edit) @1799 [1799] 2 years BrianKoontz Fixed undefined var notice. Refs #1056
(edit) @1798 [1798] 2 years BrianKoontz This is actually a problem with the parser trying to parse the enclosed …
(edit) @1797 [1797] 2 years BrianKoontz The PHP parser tries to parse herdocs. PHP version 5.3 offers nowdocs, …
(edit) @1796 [1796] 2 years BrianKoontz Fixed rewrite rules so all requests are parsed by the wikka parser. Refs …
(edit) @1795 [1795] 2 years BrianKoontz Info page for menulets. Refs #1058
(edit) @1794 [1794] 2 years BrianKoontz Port of Wikka menulets from main WikkaWiki site. Refs #1058
(edit) @1793 [1793] 2 years BrianKoontz Updated new default pages as well as set ACLs to admin only. Refs #1057, …
(edit) @1792 [1792] 2 years BrianKoontz Port of bad words comment filtering from main site. Refs #1057
(edit) @1791 [1791] 2 years BrianKoontz Fixed notice caused by $start_ts and $end_ts. Refs #1055
(edit) @1790 [1790] 2 years BrianKoontz Fix syntax error in handler. Refs #1054
(edit) @1789 [1789] 2 years BrianKoontz Inadvertent change made to non-relevant line of code. Refs #1053
(edit) @1788 [1788] 2 years BrianKoontz Fixes broken interwiki links embedded as forced links. Refs #1053
(edit) @1785 [1785] 2 years BrianKoontz Fixed minor syntax errors that prevented mindmap XML from being rendered …
(edit) @1784 [1784] 2 years BrianKoontz Merged 1.3.1 changes into trunk ([1765]-[1780],[1782]). Refs #191, #843, …
(edit) @1761 [1761] 2 years BrianKoontz Reverted to original trunk version, as server-side hooks are not capable …
(edit) @1760 [1760] 2 years BrianKoontz Modified to display trunk and revision. Refs #1038
(copy) @1759 [1759] 2 years BrianKoontz Copying current 1.3 branch to 'trunk' to reflect the most current state of …
copied from branches/1.3:
(edit) @1755 [1755] 2 years KrzysztofTrybowski Fix #1020
Note: See TracRevisionLog for help on using the revision log.