Changeset 14488
- Timestamp:
- 06/23/08 22:59:12 (5 years ago)
- Location:
- events/phpframework/piece_framework/trunk/web/frontend/webapp
- Files:
-
- 6 modified
-
actions/StatusAction.php (modified) (1 diff)
-
actions/User/ArchiveAction.php (modified) (1 diff)
-
actions/User/UserListAction.php (modified) (1 diff)
-
config/piece-unity-config.yaml (modified) (1 diff)
-
config/validations/StatusView.yaml (modified) (1 diff)
-
config/validations/User.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/web/frontend/webapp/actions/StatusAction.php
r14485 r14488 59 59 } 60 60 61 if (!is_numeric($request->page) 62 || $request->page < 1 63 ) { 64 $this->_page = 1; 65 } else { 66 $this->_page = $request->page; 67 } 61 $this->_page = $this->_context->getAttribute('page'); 68 62 69 63 return 'DisplayForm'; -
events/phpframework/piece_framework/trunk/web/frontend/webapp/actions/User/ArchiveAction.php
r14351 r14488 59 59 } 60 60 61 if (!is_numeric($request->page) 62 || $request->page < 1 63 ) { 64 $page = 1; 65 } else { 66 $page = $request->page; 67 } 61 $page = $context->getAttribute('page'); 68 62 69 63 try { -
events/phpframework/piece_framework/trunk/web/frontend/webapp/actions/User/UserListAction.php
r14385 r14488 54 54 } 55 55 56 if (!is_numeric($request->page) 57 || $request->page < 1 58 ) { 59 $page = 1; 60 } else { 61 $page = $request->page; 62 } 56 $page = $context->getAttribute('page'); 63 57 64 58 try { -
events/phpframework/piece_framework/trunk/web/frontend/webapp/config/piece-unity-config.yaml
r14271 r14488 68 68 - Interceptor_NullByteAttackPreventation 69 69 - Interceptor_SessionStart 70 - Interceptor_Paging 70 71 - Interceptor_Authentication 71 72 - Interceptor_LayoutSetter -
events/phpframework/piece_framework/trunk/web/frontend/webapp/config/validations/StatusView.yaml
r14233 r14488 16 16 message: %_description% を正しく入力してください。 17 17 18 - name: page19 description: page20 basedOn: AlphaNumeric21 22 18 # Local Variables: 23 19 # mode: yaml -
events/phpframework/piece_framework/trunk/web/frontend/webapp/config/validations/User.yaml
r14351 r14488 12 12 message: %_description% を正しく入力してください。 13 13 14 - name: page15 description: page16 basedOn: AlphaNumeric17 18 14 # Local Variables: 19 15 # mode: yaml
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)