| 2 | | * superhaggis: Fixed autoload issue; workaround require_once() statement. See #1245 for details. |
|---|
| 3 | | * superhaggis: Opted for tabled layout in the interim. |
|---|
| 4 | | * superhaggis: Refactored CSS path computation. |
|---|
| | 2 | |
|---|
| | 3 | * [3678] by superhaggis |
|---|
| | 4 | - Updated CHANGELOG. |
|---|
| | 5 | - Added new file entries to package.xml. |
|---|
| | 6 | * [3958] by superhaggis |
|---|
| | 7 | - Swapped more tables for divs. |
|---|
| | 8 | - Added CSS class for table. |
|---|
| | 9 | - Renamed extendable action class and moved logic into correct class. |
|---|
| | 10 | - Modified occurances of changed class name. |
|---|
| | 11 | * [3959] by superhaggis |
|---|
| | 12 | - Refactored CSS path computation. |
|---|
| | 13 | * [3983] by superhaggis |
|---|
| | 14 | - Fixed autoload issue; see #1245. |
|---|
| | 15 | * [3984] by superhaggis |
|---|
| | 16 | - Updated CHANGELOG; added TRUNK section and included dev name beside each list item. |
|---|
| | 17 | - Tweaked package.xml slightly to include CHANGELOG and renamed action lib. |
|---|
| | 18 | * [3985] by superhaggis |
|---|
| | 19 | - Added category check; error message is presented if no live categories found. |
|---|
| | 20 | - Added initial docblocks. |
|---|
| | 21 | * [4006] by superhaggis |
|---|
| | 22 | - Added initial viewThread and viewPost logic. |
|---|
| | 23 | * [4014] by superhaggis |
|---|
| | 24 | - Added additional CSS classes for viewForum. |
|---|
| | 25 | * [4015] by superhaggis |
|---|
| | 26 | - Added method to retrieve a thread's replies. |
|---|
| | 27 | - Created initial HTML template for viewThread. |
|---|
| | 28 | * [4016] by superhaggis |
|---|
| | 29 | - Added shortcut method to access post's creator. |
|---|
| | 30 | - Refactored getReplies() to implement shortcut. |
|---|
| | 31 | - Replaced method calls in viewThread template. |
|---|
| 7 | | * superhaggis: Changed sfBB_lastpost() to use format_datetime(). |
|---|
| 8 | | * superhaggis: Added additional sf_guard_user_profile fixture. |
|---|
| 9 | | * superhaggis: Dropped divs in favour of tables for the time being. |
|---|
| 10 | | * superhaggis: Rewrote default.css to accomodate new tabled layout. |
|---|
| 11 | | * superhaggis: Added getter methods to sfBBPost and sfBBForum model classes. |
|---|
| 12 | | * superhaggis: Added stripped_title column to sf_bb_post table. |
|---|
| 13 | | * superhaggis: Added additional rule for @sf_bb_viewforum route. |
|---|
| 14 | | * superhaggis: Created initial viewForumSuccess template. |
|---|
| 15 | | * superhaggis: Created basic executeViewForum action. |
|---|
| | 34 | |
|---|
| | 35 | * [3677] by superhaggis |
|---|
| | 36 | - Changed sfBB_lastpost() to use format_datetime(). |
|---|
| | 37 | - Added additional sf_guard_user_profile fixture. |
|---|
| | 38 | - Dropped divs in favour of tables for the time being. |
|---|
| | 39 | - Rewrote default.css to accomodate new tabled layout. |
|---|
| | 40 | - Added getter methods to sfBBPost and sfBBForum model classes. |
|---|
| | 41 | - Added stripped_title column to sf_bb_post table. |
|---|
| | 42 | - Added additional rule for @sf_bb_viewforum route. |
|---|
| | 43 | - Created initial viewForumSuccess template. |
|---|
| | 44 | - Created basic executeViewForum action. |
|---|