Changeset 17034
- Timestamp:
- 08/03/08 23:38:27 (5 years ago)
- Location:
- lang/php/Services_MixiAPI
- Files:
-
- 3 added
- 4 modified
-
build.conf (modified) (1 diff)
-
mixi_album.php (added)
-
notes.txt (modified) (1 diff)
-
src/Services/MixiAPI/AlbumList.php (added)
-
src/Services/MixiAPI/Factory.php (modified) (1 diff)
-
src/Services/MixiAPI/PhotoAlbum.php (added)
-
src/Services/MixiAPI/PostDiary.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/Services_MixiAPI/build.conf
r16923 r17034 20 20 21 21 [version] 22 release_ver = 0.2. 022 release_ver = 0.2.1 23 23 release_stab = alpha 24 24 api_ver = 0.2.0 -
lang/php/Services_MixiAPI/notes.txt
r16922 r17034 1 [0.2.1] 2 - added 'album list', 'photoalbum' APIs 1 3 [0.2.0] 2 4 - added 'post diary' API -
lang/php/Services_MixiAPI/src/Services/MixiAPI/Factory.php
r16922 r17034 59 59 60 60 /** 61 * 'PhotoAlbum' API mode 62 */ 63 const API_MODE_PHOTOALBUM = 'PhotoAlbum'; 64 65 /** 66 * 'AlbumList' API mode 67 */ 68 const API_MODE_ALBUMLIST = 'AlbumList'; 69 70 /** 61 71 * constructor 62 72 * -
lang/php/Services_MixiAPI/src/Services/MixiAPI/PostDiary.php
r16922 r17034 92 92 $this->diary = $diary; 93 93 } else { 94 throw new RuntimeException('Invalid argument');94 throw new InvalidArgumentException('Invalid argument'); 95 95 } 96 96 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)