summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-14verifyPermission( 'p_admin' )Christian Fowler1-0/+2
2007-03-10Restore lock and sticky lost in revision 1.18.Nick Palmer1-3/+53
2007-03-09add View More linkChristian Fowler2-2/+5
2007-03-09add b=N module option, add all_boards=y module optionChristian Fowler1-2/+6
2007-03-09check p_liberty_admin_comments insetad of isAdmin for delete powersChristian Fowler1-1/+1
2007-03-09fix flipswitch broken anchor tag, add default css to inline form divChristian Fowler5-61/+59
2007-03-09add auto-tracking of mod_recent_posts to include currently viewed board, add ↵Christian Fowler2-6/+24
user_id and board_id to BitBoardPost::getList
2007-03-09typo inlogic to not show related content if it's a boardChristian Fowler1-2/+2
2007-03-09add link and title for related comment contentChristian Fowler2-6/+12
2007-03-08check is_approved IS NULL as a true case in getLastTopicChristian Fowler1-5/+5
2007-03-08rename because I am a spazChristian Fowler2-2/+2
2007-03-08add getList to BitBoardPost to work like other class conventions. Use this ↵Christian Fowler4-15/+99
method for new recent posts module
2007-03-08clean up modules to work with boardsChristian Fowler2-28/+14
2007-03-08small typo in _REQUEST var check -need b, not tChristian Fowler1-2/+2
2007-03-08create some basic modules - copied from blogs for first pass, not working yetChristian Fowler2-0/+62
2007-03-07add missing gBitSystem globalChristian Fowler1-1/+1
2007-03-07handle migrate_board_id just to be thoroughChristian Fowler5-19/+44
2007-03-07add stub code for where boards should be pigeonholedChristian Fowler1-0/+3
2007-03-07add migrate_board_id just to be thoroughChristian Fowler3-5/+10
2007-03-07add migrate_board_id just to be thoroughChristian Fowler1-0/+1
2007-03-07handle look up by migrate_post_id, add rewrite rules for phpBBChristian Fowler5-9/+43
2007-03-07add handling of migrate_topic_id to keep old forum links intactChristian Fowler4-11/+28
2007-03-05clean up getList call to count NULL is_approved messages (ie exclude those ↵Christian Fowler1-29/+27
== 0), remove ridiculous SUBSTRING nonsense in JOINS, add prepGetList to default board list to by name
2007-03-05clean up display for anonymous / registered usersChristian Fowler1-6/+8
2007-03-05remove clutter of obvious legend or icons with hover helpChristian Fowler1-7/+0
2007-03-05add tr tagsChristian Fowler1-1/+1
2007-03-05handle missing bbcode plugin, default empty edit time to post timeChristian Fowler1-2/+14
2007-03-05remove unused sequencesChristian Fowler1-2/+0
2007-03-02Changes to avoid js errors when hideById is called on elementId not in page.Nick Palmer2-54/+37
Changes to how boards tables are laid out so they aren't so fugly and to make sticky expand and collapse when using pigeonholes.
2007-02-20Tidy tooltip for unlocked threadAndy Stanford1-4/+4
2007-02-16Various bits of cleanup for displaying. Fixed bugs with displaying threaded ↵Nick Palmer7-19/+24
with and without threading. Hid icons for posting and topic creation for those that don't have permissions. Made titles display the thread or board name. Commented out home board from admin since home doesn't use it.
2007-02-16Changed various icons to be more consistent. Fixed some home display issues.Nick Palmer5-8/+12
2007-02-16Cull categories that have no boards in them while doing the count.Nick Palmer1-9/+18
2007-02-16Tidied up board list boxAndy Stanford1-4/+4
2007-02-15Add phpdoc comment blocks for documentationLester Caine13-58/+129
2007-02-14generalize concat SQL, fix missing GROUP BYbitweaver.org2-7/+7
2007-02-08some final clean up of php migration - forums are now migrating via code, ↵Christian Fowler1-5/+5
posts now migrate
2007-02-08some final clean up of php migration - forums are now migrating via code, ↵Christian Fowler3-12/+38
posts now migrate
2007-02-07Corrected concatenation of stringsAndy Stanford1-5/+5
2007-02-07Updated a database query for schema changeAndy Stanford1-4/+4
2007-02-02A few minor bug fixes.Nick Palmer3-11/+11
2007-01-14convert div.header h2 to div.header p where <h2> represents a description ↵Max Kremmel1-2/+2
such as in wiki pages
2007-01-08more phpbb migration progress, still work to be doneChristian Fowler1-2/+4
2007-01-08phpbb migration is roughly working now. stilllots of cleanup like deleting ↵Christian Fowler4-26/+33
posts, etc.
2007-01-08rename tables and columns to be consistent with standard bitweaver packagesChristian Fowler10-70/+136
2007-01-08change name to phpbb_migrateChristian Fowler2-108/+23
2007-01-08change name to phpbb_migrateChristian Fowler1-0/+85
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel2-2/+7
setting in individual packages
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel2-8/+8
backwards compatible with deprecated function call message.
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel6-11/+11
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...