Unable to initialise repository WikiPBX due to com.cenqua.fisheye.config.ConfigException:Could not access http://svn.wikipbx.org/svn/wikipbx/trunk : org.tigris.subversion.javahl.ClientException: svn: timed out waiting for server svn: PROPFIND request failed on '/svn/wikipbx/trunk'

 

WikiPBX

  •  
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
branchcut

committed 286 to WikiPBX on branch root:

19 Jun 10
Extension security settings like auth / public are not being saved. Added a temporary workaround that fixes the problem
stas_shtin

committed 285 to WikiPBX on branch root:

16 Jun 10
Added symlinks for launchpad translations. It doesn't seem to work with django's layout
stas_shtin

committed 283 to WikiPBX on branch root:

16 Jun 10
Typo fixed
stas_shtin

committed 282 to WikiPBX on branch root:

14 Jun 10
Mark model strings for translation
modified models.py
stas_shtin

committed 280 to WikiPBX on branch root:

24 Apr 10
Mark live calls table as list
stas_shtin

committed 278 to WikiPBX on branch root:

24 Apr 10
Our sofia.conf.xml had a hard-coded and configurable value fir retry-seconds param. The former wasn't needed
stas_shtin

committed 277 to WikiPBX on branch root:

24 Apr 10
Use decorators for access control. Removed hard-coded urls from the views
added decorators.py and modified views.py
stas_shtin

committed 276 to WikiPBX on branch root:

11 Apr 10
Removed extra slash in extensions list
stas_shtin

committed 275 to WikiPBX on branch root:

11 Apr 10
Added possible fix for extension XML saving.
stas_shtin

committed 274 to WikiPBX on branch root:

03 Apr 10
Lost of template changes:
1. Removed hard-coded URLs, replaced with url tag.
2. General cleanup of invalid HTML tags.
3. Made pretty CSS styles for our forms/tables.
4. Added buttons that match our CSS style.
5. Added a context processor for soundclips audio (same as django has for media).
stas_shtin

committed 273 to WikiPBX on branch root:

03 Apr 10
Add default dialplan for extensions created for endpoints
stas_shtin

committed 272 to WikiPBX on branch root:

31 Mar 10
Adding setup.py script in order to try installing wikipbx with pip
added setup.py
branchcut

committed 271 to WikiPBX on branch root:

30 Mar 10
tweak extension example
stas_shtin

committed 270 to WikiPBX on branch root:

30 Mar 10
Show extension destination number, not ID for auto-created extensions
stas_shtin

committed 269 to WikiPBX on branch root:

29 Mar 10
Don't redirect to auto-created extension for endpoint
stas_shtin

committed 268 to WikiPBX on branch root:

24 Mar 10
Added uniqueness check for user profile models to prevent DB constraint errors. Fixed an issue with invalid password set during user profile creation
stas_shtin

committed 267 to WikiPBX on branch root:

24 Mar 10
Convert urls to new django style: use url() function and set explicit name.
modified urls.py
stas_shtin

committed 266 to WikiPBX on branch root:

24 Mar 10
Removed calls of deleted methods
deleted from views.py
stas_shtin

committed 265 to WikiPBX on branch root:

24 Mar 10
Check request method rather than data dictionary. This way if the user submits an empty form he'll see which fields are required rather than an empty form
stas_shtin

committed 264 to WikiPBX on branch root:

24 Mar 10
Default empty value for actions_xml field
stas_shtin

committed 262 to WikiPBX on branch root:

23 Mar 10
Removed exception in click2call form that shouldn't be raised there
deleted from views.py and modified fsutil.py
branchcut

committed 261 to WikiPBX on branch root:

23 Mar 10
dont fail silently when cant save extension
stas_shtin

committed 260 to WikiPBX on branch root:

23 Mar 10
Fix AttrError if settings.ENABLE_DB_ADMIN doesn't exist
stas_shtin

committed 259 to WikiPBX on branch root:

23 Mar 10
Deleted remains of migration scripts
stas_shtin

committed 258 to WikiPBX on branch root:

23 Mar 10
Don't double-escape dialplan XML
stas_shtin

committed 257 to WikiPBX on branch root:

23 Mar 10
Removed migration stuff from v0.8