Changeset 626939
- Timestamp:
- 11/19/2012 09:20:23 AM (13 years ago)
- Location:
- wp-livephp/trunk
- Files:
-
- 4 edited
-
readme.txt (modified) (2 diffs)
-
wp-live-monitor.php (modified) (2 diffs)
-
wp-live.js (modified) (1 diff)
-
wp-live.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-livephp/trunk/readme.txt
r503658 r626939 4 4 Tags: developer, live, autorefresh, theme, plugin, refresh, easy, development 5 5 Requires at least: 2.6 6 Tested up to: 3. 3.16 Tested up to: 3.4.2 7 7 Stable tag: /trunk/ 8 8 … … 40 40 41 41 == Changelog == 42 = 1.4.1 = 43 * File state cache clearing added 42 44 = 1.4 = 43 45 * Switched to long polling. Now the js will open only one long ajax request every 2 minutes (or as long as the php script is allowed to run). -
wp-livephp/trunk/wp-live-monitor.php
r503658 r626939 5 5 * @link http://bencemeszaros.com 6 6 * @link http://wordpress.org/extend/plugins/wp-livephp/ 7 * @version 1.4 7 * @version 1.4.1 8 8 */ 9 9 … … 85 85 protected function main($start) 86 86 { 87 // clear file state cache 88 clearstatcache(); 87 89 // long polling loop 88 90 do -
wp-livephp/trunk/wp-live.js
r503658 r626939 4 4 * @link http://bencemeszaros.com 5 5 * @link http://wordpress.org/extend/plugins/wp-livephp/ 6 * @version 1.4 6 * @version 1.4.1 7 7 */ 8 8 -
wp-livephp/trunk/wp-live.php
r503658 r626939 7 7 Author URI: http://bencemeszaros.com 8 8 Plugin URI: http://wordpress.org/extend/plugins/wp-livephp/ 9 Version: 1.4 9 Version: 1.4.1 10 10 License: GPL2 11 11 */
Note: See TracChangeset
for help on using the changeset viewer.