Changeset 20591
- Timestamp:
- 10/03/08 12:53:28 (3 months ago)
- Location:
- events/phpframework
- Files:
-
- 9 added
- 1 removed
- 8 modified
-
piece_framework/trunk/imports/pear/Rune/imports/simple_html_dom.php (modified) (1 diff)
-
piece_framework/trunk/libs/Phwittr/Following (added)
-
piece_framework/trunk/libs/Phwittr/Following/Exception.php (added)
-
piece_framework/trunk/libs/Phwittr/Interceptor/LayoutSetter.php (added)
-
piece_framework/trunk/libs/Phwittr/Status (added)
-
piece_framework/trunk/libs/Phwittr/Status/Exception.php (added)
-
piece_framework/trunk/web/frontend/htdocs/.htaccess (modified) (1 diff)
-
piece_framework/trunk/web/frontend/webapp/config/piece-unity-config.yaml (modified) (1 diff)
-
piece_framework/trunk/web/frontend/webapp/templates/Globals/Layout.html (modified) (1 diff)
-
piece_framework/trunk/web/frontend/webapp/templates/Layout (added)
-
piece_framework/trunk/web/frontend/webapp/templates/Layout/Guest.html (added)
-
piece_framework/trunk/web/frontend/webapp/templates/Layout/Index.html (added)
-
piece_framework/trunk/web/frontend/webapp/templates/Layout/User.html (added)
-
piece_framework/trunk/web/frontend/webapp/templates/User/Archive.html (modified) (1 diff)
-
piece_framework/trunk/web/frontend/webapp/templates/User/Forbidden.html (modified) (1 diff)
-
piece_framework/trunk/web/frontend/webapp/templates/User/UserList.html (modified) (1 diff)
-
rhaco/trunk/library/PhwittrUser.php (modified) (1 diff)
-
rhaco/trunk/library/model/LoginCondition.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/imports/pear/Rune/imports/simple_html_dom.php
r15716 r20591 848 848 function loadFile() {$args = func_get_args();$this->load(call_user_func_array('file_get_contents', $args), true);} 849 849 } 850 ?> 850 ?>==== ORIGINAL VERSION piece_framework/trunk/imports/pear/Rune/imports/simple_html_dom.php 122300536330523 -
events/phpframework/piece_framework/trunk/web/frontend/htdocs/.htaccess
r15755 r20591 16 16 RewriteRule ^public_timeline/?$ /self.php?view=public_timeline&%{QUERY_STRING} [L] 17 17 RewriteRule ^status/update/?$ /self.php [L] 18 RewriteRule ^status/destroy/([0-9]+)/?$ /status/destroy.php?statusId=$1 [L] 18 19 RewriteRule ^status/destroy/([0-9]+)/?$ /status/destroy.php?statusId=$1 [L] 19 20 -
events/phpframework/piece_framework/trunk/web/frontend/webapp/config/piece-unity-config.yaml
r15718 r20591 96 96 - name: layoutView 97 97 type: configuration 98 value: Globals_Layout98 value: Layout_Guest 99 99 - name: templateDir 100 100 type: configuration -
events/phpframework/piece_framework/trunk/web/frontend/webapp/templates/Globals/Layout.html
r15719 r20591 182 182 183 183 </body> 184 </html> 184 </html>==== ORIGINAL VERSION piece_framework/trunk/web/frontend/webapp/templates/Globals/Layout.html 122300540333026 185 <html> 186 <head> 187 </head> 188 <body> 189 <div content_for_layout="inner"> 190 </div> 191 </body> 192 <html>==== THEIR VERSION piece_framework/trunk/web/frontend/webapp/templates/Globals/Layout.html (/phwittr) 122300540333026 -
events/phpframework/piece_framework/trunk/web/frontend/webapp/templates/User/Archive.html
r15755 r20591 123 123 } 124 124 }); 125 </script> 125 </script>==== ORIGINAL VERSION piece_framework/trunk/web/frontend/webapp/templates/User/Archive.html 122300540292125 -
events/phpframework/piece_framework/trunk/web/frontend/webapp/templates/User/Forbidden.html
r15578 r20591 73 73 </div> 74 74 <!-- / #sub --> 75 </div> 75 </div>==== ORIGINAL VERSION piece_framework/trunk/web/frontend/webapp/templates/User/Forbidden.html 122300536633092 -
events/phpframework/piece_framework/trunk/web/frontend/webapp/templates/User/UserList.html
r15583 r20591 71 71 jQuery('#follow-button{user.id}').show(); 72 72 } 73 </script> 73 </script>==== ORIGINAL VERSION piece_framework/trunk/web/frontend/webapp/templates/User/UserList.html 122300540276932 -
events/phpframework/rhaco/trunk/library/PhwittrUser.php
r20590 r20591 171 171 $user = $this->loginRequired(); 172 172 $this->setSession('notice', 'Hi! ' . $user->name); 173 $user = RequestLogin::getLoginSession(); 174 $this->setSession('notice', 'Hi! ' . $user->name); 173 175 Header::redirect(Rhaco::url('home')); 174 176 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)