phpbb/phpBB
Jonathan Stanley dd00ce06dd #10523
Just saw this one, whilst thinking about some other stuff... Now possible to select the subforum listing for styling by:

a.subforum { foo: bar; } // both read and unread links

... and either specifically by:

a.subforum.read { foo: bar; } // read links only
a.subforum.unread { foo: bar; } // unread links only


git-svn-id: file:///svn/phpbb/trunk@7480 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-05-06 00:57:07 +00:00
..
adm Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code. 2007-05-05 21:33:25 +00:00
cache #10379 2007-05-02 11:48:42 +00:00
develop - changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations. 2007-05-05 04:53:43 +00:00
docs Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code. 2007-05-05 21:33:25 +00:00
files #10379 2007-05-02 11:48:42 +00:00
images #10379 2007-05-02 11:48:42 +00:00
includes #10523 2007-05-06 00:57:07 +00:00
install Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code. 2007-05-05 21:33:25 +00:00
language Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code and Ashley "Neothermic" Pinner for her expertise and contributions to said code. 2007-05-05 21:33:25 +00:00
store #10379 2007-05-02 11:48:42 +00:00
styles bugfixes. :/ An ugly one included as a temporary solution... 2007-05-05 18:09:58 +00:00
.htaccess Just a precaution 2005-01-13 23:36:56 +00:00
common.php - clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY 2007-02-19 04:12:13 +00:00
config.php In honor of Beta4! 2006-11-28 09:38:31 +00:00
cron.php some fixes. 2006-08-25 15:15:53 +00:00
download.php some language-specific adjustements 2007-05-03 14:29:22 +00:00
faq.php some fixes today 2006-12-24 13:11:54 +00:00
index.php "Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313] 2007-04-30 13:32:18 +00:00
mcp.php - #10159 (as well as the exact same issue with reports) 2007-04-30 11:44:54 +00:00
memberlist.php added class for disabled options in ACP 2007-05-04 12:30:21 +00:00
posting.php fixing... 2007-04-27 16:13:03 +00:00
report.php - #10159 (as well as the exact same issue with reports) 2007-04-30 11:44:54 +00:00
search.php fixes for search button in header - #10389, #10225, #9548 2007-05-02 16:19:35 +00:00
style.php #10497 2007-05-05 17:59:14 +00:00
ucp.php more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs. 2007-04-29 12:30:22 +00:00
viewforum.php added class for disabled options in ACP 2007-05-04 12:30:21 +00:00
viewonline.php "Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313] 2007-04-30 13:32:18 +00:00
viewtopic.php Fix a bug with the prev_posts calculation and selecting the last post on a page. ;) Now also add the correct number of previous posts not including the selected one. 2007-05-02 08:24:05 +00:00