Pastoid

Search Results

February 14, 2010 at 6:04 pm - View

public function form_publish_success($form) { $post_id = 0; if ( isset($this->handler_vars['id']) ) { $post_id = intval($this->handler_vars['id']);

February 14, 2010 at 11:49 am - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><?php Options::out( 'title' ); ?></title> <meta http-equiv="Content-Type" content="text/html">

February 14, 2010 at 11:49 am - View

<form method="get" id="searchform" action="<?php URL::out('search'); ?>"> <span class="title">Search <?php Options::out( 'title' ); ?>: </span><br><input type="text" id="s" name="criteria"> <input type="submit" id="searchsubmit" value="search"> </form>

February 14, 2010 at 11:12 am - View

1 authenticate_time 0 2010-02-14 16:00:11

February 14, 2010 at 11:11 am - View

1 Sean stco@xxx.xxx {SSHA512}9SFGa/vaHdlQsqfxed9Tmns0FUrPTSvhzL3Rc4ZYSrltdSMdJWq3oSokX21tqchlcPFYKjigves61xOPrmE5LXTtm+E=

February 13, 2010 at 7:31 pm - View

Warning: PDO::lastInsertId() [function.PDO-lastInsertId]: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "{vocabularies}_pkey_seq" does not exist in system/classes/databaseconnection.php line 678 Warning: PDOStatement::execute() [function.PDOStatement-execute]: SQLSTATE[25P02]: In failed sql transaction: 7 ERROR: current transaction is aborted, commands ignored until end of transaction block in /var/www/trunk/htdocs/system/classes/databaseconnection.php on line 269

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:54 am - View

<?php /** * @package Habari * */

February 13, 2010 at 12:50 am - View

Index: system/classes/post.php =================================================================== --- system/classes/post.php (revision 4024) +++ system/classes/post.php (working copy) @@ -777,7 +777,9 @@

February 12, 2010 at 11:22 pm - View

Index: system/classes/adminhandler.php =================================================================== --- system/classes/adminhandler.php (revision 4024) +++ system/classes/adminhandler.php (working copy) @@ -467,6 +467,11 @@

February 12, 2010 at 11:22 pm - View

Index: system/classes/post.php =================================================================== --- system/classes/post.php (revision 4024) +++ system/classes/post.php (working copy) @@ -777,7 +777,9 @@

February 12, 2010 at 9:35 pm - View

public function action_form_publish ( $form, $post ) { if ( $form->content_type->value == Post::type( 'imprint' ) ) { $form->append( 'fieldset', 'imprint_controls', 'Enter details of IMPRINT edition' );

February 12, 2010 at 9:35 pm - View

public function validate_year( $year, $control, $form ) { return('douche!'); }

From my resurrection theme - View

<?php $theme->display('head'); ?> <div id="bd"> <div id="yui-main" class="hfeed"> <div class="yui-b">

February 11, 2010 at 1:15 am - 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 · 162 · 163

<Hide