Pastoid

Search Results

unfinished simplecategories - View

<?php class SimpleCategories extends Plugin { private static $vocabulary = 'simplecategories';

December 22, 2009 at 7:29 pm - View

/** * Save a block when added to an area * * @param AjaxHandler $handler The AjaxHandler instance */

Habari RSS plugin - View

December 15, 2009 at 7:12 pm - View

sqlite> select post_id, value from habari__postinfo where name='views' order by value desc; 1|4 2|14 3|1

December 15, 2009 at 6:50 pm - View

sqlite> SELECT DISTINCT habari__posts.id AS id, habari__posts.slug AS slug, habari__posts.title AS title, habari__posts.guid AS guid, habari__posts.content AS content, habari__posts.cached_content AS cached_content, habari__posts.user_id AS user_id, habari__posts.status AS status, habari__posts.pubdate AS pubdate, habari__posts.updated AS updated, habari__posts.modified AS modified, habari__posts.content_type AS content_type, hipi1.value AS info_views_value FROM habari__posts LEFT JOIN habari__postinfo hipi1 ON habari__posts.id = hipi1.post_id AND hipi1.name = 'views' WHERE ( (habari__posts.content_type = 1 AND (hipi1.name <> '')) ) &nbsp;AND ( ((1=1)) )

popular posts output - View

REQUEST: object SuperGlobal Object ( [content_type] => entry [has:info] => views

December 14, 2009 at 7:30 pm - View

/** &nbsp;* contructs a ul of the popular posts (technically, entries with higher views) &nbsp;*/ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ &nbsp;public function popular_posts() {

December 14, 2009 at 7:30 pm - View

/** * contructs a ul of the popular posts (technically, entries with higher views) */ public function popular_posts() {

Habari dev mailing list - View

Habari IRC - View

December 13, 2009 at 9:20 pm - View

Index: tag.php =================================================================== --- tag.php (revision 3884) +++ tag.php (working copy) @@ -79,7 +79,11 @@

December 13, 2009 at 9:20 pm - View

Index: tag.php =================================================================== --- tag.php (revision 3884) +++ tag.php (working copy) @@ -79,7 +79,10 @@

December 9, 2009 at 8:38 pm - View

Just to answer your final question about whether such a statement would increase my likelihood fo becoming involved with an open source project, the answer is no. After all, I became involved with Habari without the statement. :) My minority status is due to age, discrimination against which in the IT field is documented both by research ( see, for example, <a href="http://www.allbusiness.com/legal/laws-government-regulations-employment/1163979-1.html" rel="nofollow">http://www.allbusiness.com/legal/laws-governmen...</a> ), and anecdotally (look around when you're with a group of programmers/designers).

December 9, 2009 at 10:54 am - View

Index: subpages.php =================================================================== --- subpages.php (revision 2520) +++ subpages.php (working copy) @@ -1,4 +1,3 @@

December 9, 2009 at 10:54 am - View

Index: subpages.php =================================================================== --- subpages.php (revision 2520) +++ subpages.php (working copy) @@ -1,4 +1,3 @@

Habari plugins - View

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161

<Hide