Changeset 112577 in spip-zone for _dev_/univers_spip
- Timestamp:
- Nov 30, 2018, 1:52:00 PM (2 years ago)
- Location:
- _dev_/univers_spip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_dev_/univers_spip/json/stats-tout.html
r112576 r112577 24 24 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#_sitesspip:GRAND_TOTAL}|round{1})]" 25 25 },#SET{total,#GET{total}|plus{#TOTAL_BOUCLE}}<//B_v30> 26 <BOUCLE_v22(WEBSITES){statut=publie}{spip LIKE '2.2%'} />{27 "version" : "2.2",28 "sites" : "#TOTAL_BOUCLE",29 "pourcentage": "[(#TOTAL_BOUCLE|mult{100}|div{#_sitesspip:GRAND_TOTAL}|round{1})]"30 },#SET{total,#GET{total}|plus{#TOTAL_BOUCLE}}<//B_v22>31 26 <BOUCLE_v21(WEBSITES){statut=publie}{spip LIKE '2.1%'} />{ 32 27 "version" : "2.1", -
_dev_/univers_spip/plugin.xml
r107430 r112577 4 4 <licence>GPL</licence> 5 5 <etat>test</etat> 6 <version>0.2.2 7</version>6 <version>0.2.28</version> 7 7 <version_base>0.1.9</version_base> 8 8 <install>base/univers.php</install> … … 27 27 <inclure>univers_pipelines.php</inclure> 28 28 </pipeline> 29 <necessite id="SPIP" version="[2.1.0 RC;]" />29 <necessite id="SPIP" version="[2.1.0;3.2.99]" /> 30 30 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.