Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "git": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
01/25/13 08:01:20 (6 years ago)
- Author:
-
sebastian
- Comment:
-
Fix sort order of parameter
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
53 | 53 | == Parameter List == |
54 | 54 | |
55 | | '''category''':''word''|any|none:: |
| 55 | '''category''':word|''any''|''none'':: |
56 | 56 | Show media with category of ''word''. Exclusion and required is supported. |
57 | | '''city''':''word''|any|none:: |
| 57 | '''city''':word|''any''|''none'':: |
58 | 58 | Show media with city of ''word''. Exclusion and required is supported. |
59 | | '''country''':''word''|any|none:: |
| 59 | '''country''':word|''any''|''none'':: |
60 | 60 | Show media with country of ''word''. Exclusion and required is supported. |
61 | 61 | '''from''':YYYY-MM-DD:: |
62 | 62 | All media starting with given date. Eg. ''from:2009-03-26'' shows all media at not older than 26th march of 2009 |
63 | | '''geo''':none|any:: |
| 63 | '''geo''':''none''|''any'':: |
64 | 64 | Show media with no or any geo information |
65 | | '''location''':''word''|any|none:: |
| 65 | '''location''':word|''any''|''none'':: |
66 | 66 | List of locations which the media should include. The location include tags from ''sublocation'', ''city'', ''state'', and ''country''. Exclusion and required is supported |
67 | | '''order''':sort order:: |
68 | | Sort order. Possible values are: ''date'' (youngest first), ''-date'' (oldest first), ''random'', ''newest'', ''changes'' |
| 67 | '''order''':''date''|''-date''|''newest''|''name''|''changes''|''random'':: |
| 68 | Sort order. ''date'' is youngest first, ''-date'' oldest first |
69 | 69 | '''page''':number:: |
70 | | Set the page number. Eg. ''page:2'' shows the 2nd page |
| 70 | Set the page number. Eg. ''page:2'' shows the 2nd page. |
71 | 71 | '''show''':number:: |
72 | | Page size. Eg. ''show:36'' displays 36 media |
73 | | '''state''':''word''|any|none:: |
| 72 | Page size. Eg. ''show:36'' displays 36 media. For performance reasons not more than 240 media at once are shown. |
| 73 | '''similar''':word|''any''|''none'':: |
| 74 | Show media with similar values of ''word''. Similar includes values from ''tag'', ''category'', ''sublocation'', ''city'', ''state'', and ''country''. |
| 75 | '''state''':word|''any''|''none'':: |
74 | 76 | Show media with state of ''word''. Exclusion and required is supported. |
75 | | '''similar''':''word'':: |
76 | | Show media with similar values of ''word''. Similar includes values from ''tag'', ''category'', ''sublocation'', ''city'', ''state'', and ''country''. |
77 | | '''sublocation''':''word''|any|none:: |
| 77 | '''sublocation''':word|''any''|''none'':: |
78 | 78 | Show media with sub location of ''word''. Exclusion and required is supported. |
79 | | '''tag''':''word''|any|none:: |
| 79 | '''tag''':word|''any''|''none'':: |
80 | 80 | Show media with tag of ''word''. Exclusion and required is supported. |
81 | 81 | '''to''':YYYY-MM-DD:: |
82 | 82 | All media until given date. Expample: ''to:2013-01-25'' show all media until 25th January 2013. |
| 83 | '''type''':''image''|''video''|''any'':: |
| 84 | Select specific media type. ''any'' is default value. |
| 85 | '''user''':username:: |
| 86 | Show only media from a specific user given by user name |
| 87 | '''view''':''default''|''compact''|''small'':: |
| 88 | Switch thumbnail view size and information |
83 | 89 | |
84 | 90 | == Parameters for Users == |
… |
… |
|
86 | 92 | Following parameters are only for phTagr users |
87 | 93 | |
88 | | '''group''':''word''|group ID:: |
| 94 | '''group''':groupname:: |
89 | 95 | Show only a specific group given by group name or group ID |
90 | | '''user''':user name/user ID:: |
91 | | Show only media from a specific user given by user name or user ID |
92 | | '''visibility''':private|group|user|public|any:: |
93 | | Level of visibility. ''any'' is default value. Example: ''visibility:public'' show all media which are public and only public visible. Media which can be seen by user or only through group assignments are not shown. |
94 | | '''type''':image|video|any:: |
95 | | Select specific media type. ''any'' is default value. |
96 | | |
| 96 | '''visibility''':''private''|''group''|''user''|''public''|''any'':: |
| 97 | Level of own media visibility. This parameter is only active if you select your own images with ''user'' parameter. ''any'' is default value. Example: ''visibility:public'' show all media which are public and only public visible. Media which can be seen by user or only through group assignments are not shown. |