Directory org.openiaml.model.runtime/src/include/

Directory Created:
2009-07-26 22:38
Total Files:
9
Deleted Files:
0
Lines of Code:
1817

[root]/org.openiaml.model.runtime/src/include
                directory in repo domain (1 files, 1544 lines)
                    directory in repo tests (44 files, 3870 lines)
                directory in repo html2text (1 files, 225 lines)
                    directory in repo tests (9 files, 114 lines)
                directory in repo tests (3 files, 784 lines)
                directory in repo types (1 files, 301 lines)

Lines of Code

org.openiaml.model.runtime/src/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 83 (100.0%) 2442 (100.0%) 29.4

Most Recent Commits

soundasleep 2011-05-11 16:34 Rev.: 2890

implementing xquery functions in Javascript
adding a basic test runner for evaluating Javascript function calls
adding a simple script to copy the PHP results into Javascript expected results

14 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: xquery_functions.php (+14 -3)
soundasleep 2011-05-11 15:51 Rev.: 2889

adding a basic initial implementation of XQuery functions, through xquery_function_callback in the runtime library
adding tests to check the implementations of these functions

145 lines of code changed in 3 files:

  • org.openiaml.model.runtime/src/include: core.php (new 41), global.php (+6 -39), xquery_functions.php (new 98)
soundasleep 2011-05-09 13:51 Rev.: 2838

fixing an issue with mock MapPoints not being visible unless the visibility callback has been called

2 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+2)
soundasleep 2011-01-10 17:19 Rev.: 2537

removing the unused DecisionNode function emailAddressMatch - can be implemented by checking a cast to iamlEmail

0 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (-9)
soundasleep 2010-07-06 18:50 Rev.: 2441

calling a remote operation now supports up to 6 arguments

6 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+6 -1)
soundasleep 2010-07-02 17:40 Rev.: 2407

adding some more classes for CSS styling of Google Maps

3 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+3 -1)
soundasleep 2010-06-18 14:25 Rev.: 2348

replacing 'die' with 'shutdown()' to call shutdown functions correctly; was preventing the log from being correctly written in the case of exception redirects

15 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+13 -4), open_id.php (+2 -2)
soundasleep 2010-05-20 23:34 Rev.: 2273

other investigations into improving performance: adding a get_application_value() cache

19 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+19 -2)
soundasleep 2010-05-20 23:26 Rev.: 2272

incorrect times were being provided through log_message

4 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+4 -4)
soundasleep 2010-05-20 23:24 Rev.: 2271

improving the performance of the server-side code by grouping log_messages() into batches of 10

22 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+22 -5)
soundasleep 2010-05-20 13:11 Rev.: 2261

the result limit is now stored separately

8 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+8)
soundasleep 2010-05-13 16:18 Rev.: 2174

moving IAML runtime type definitions to separate PHP include

26 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+26 -285)
soundasleep 2010-05-12 14:32 Rev.: 2164

updating NewInstanceWithoutId test case to make sure the database is created as expected

1 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+1 -1)
soundasleep 2010-05-04 16:14 Rev.: 2103

domain component: adding a test case for creating new instances non-autosave for partially-existing databases
evaluate_select_wire() can now select attributes from the database with the same name (i.e. 'A.id AS aid, B.id AS bid' in SQL)

46 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+46 -45)
soundasleep 2010-05-03 21:33 Rev.: 2098

updating expected domain test cases results
only extended attributes that are not from PKs should be included in the DomainSchema definitions

3 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+3)
soundasleep 2010-05-03 18:12 Rev.: 2095

issue 178: initial work in integrating new Domain infrastructure into test cases (NewInstanceObject)

1 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+1)
soundasleep 2010-04-26 17:35 Rev.: 2020

OpenID can now handle if an invalid/incorrect URL is used
updating codegen test case

6 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+1 -1), open_id.php (+5 -4)
soundasleep 2010-04-23 17:29 Rev.: 2011

adding support for can_cast/do_cast with OpenID
fixing a bug in the OpenID codegen test case

33 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+17 -3), open_id.php (+16 -2)
soundasleep 2010-04-23 15:58 Rev.: 2010

OpenID: check_authentication needs to be submitted as POST, not GET
OpenID implementation has now been successfully tested with third-party server

41 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+26 -1), open_id.php (+15 -13)
soundasleep 2010-04-23 14:56 Rev.: 2007

more work on OpenID implementation (not yet complete)
OpenID can now use CURL to download remote pages
OpenID test cases check that the remote page contains the correct information
codegen test cases now also check for a 'proxy.properties' for specific information

17 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: open_id.php (+17 -9)
soundasleep 2010-04-23 14:54 Rev.: 2006

adding support for downloading pages using a proxy with CURL

52 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+52)
soundasleep 2010-04-23 13:43 Rev.: 2005

fixing a regression where iamlAddress types could not be cast on the server

1 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+1)
soundasleep 2010-04-22 21:13 Rev.: 2004

initial work on implementing OpenID (doesn't work yet)
SyncWires now copy over types from DomainObjectInstances (like SetWires do with Labels)

207 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+5 -4), open_id.php (new 202)
soundasleep 2010-04-21 18:35 Rev.: 1981

arguments to evaluate_select_wire() are now cleaned before evaluating
query parameters are also now cleaned
FeedProducerSimple codegen test case now passes

15 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+15 -1)
soundasleep 2010-04-21 15:36 Rev.: 1971

Buttons as part of RSS Frames now render an absolute URL for the value of <link>

7 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+7)
soundasleep 2010-04-21 14:25 Rev.: 1967

implementing SelectWire ordering
SQLite doesn't actually support a date class, so we must insert dates in a sortable format manually

8 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+8 -2)
soundasleep 2010-04-20 17:07 Rev.: 1963

splitting Frame rendering into separate formats: HTML and RSS 2.0

17 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+17 -2)
soundasleep 2010-04-10 20:43 Rev.: 1868

fixing a failing test case, where operations were not being included correctly

1 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+1 -1)
soundasleep 2010-04-10 18:27 Rev.: 1865

adding cached client-side conditions
adding PrimitiveCondition support in codegen templates
splitting the iterate methods for DomainObjectInstance into a separate template

24 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: databases.php (+24)
soundasleep 2010-04-10 17:27 Rev.: 1863

initial work in implementing IteratedSyncWires codegen
adding 'next', 'previous', 'reset' and 'skip' DomainObjectInstance operations

22 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: databases.php (+12 -3), global.php (+10)
soundasleep 2010-04-07 19:30 Rev.: 1847

google maps implementation can now support multiple points with info windows (although due to google map restrictions, only one can be displayed at any time)
using a much more robust approach to updating the info window contents

95 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+95 -54)
soundasleep 2010-04-06 23:24 Rev.: 1844

adding a codegen test case for MapPointTextFieldInput
refactoring the XXXGoogleMaps test cases
if a MapPoint is not contained within a Map, a single Map will be generated to contain it

3 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+3)
soundasleep 2010-04-06 14:46 Rev.: 1841

completing the google maps implementation of MapPoint

149 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+149 -8)
soundasleep 2010-04-06 11:25 Rev.: 1837

when making a remote event call on the server, the server was being redirected to new pages (when following NavigateActions), yet the client should have been the one redirected. added a new REDIRECT_ON_CLIENT constant to indicate that redirects should rather be passed to the client
adding server_redirect() runtime method as a better replacement than Location:

24 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+24 -1)
soundasleep 2010-04-06 09:23 Rev.: 1834

adding a new parameter to logged templates: the current script name

3 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+3 -1)
soundasleep 2010-04-02 18:28 Rev.: 1830

initial work in adding google maps implementation of mapping component
adding a test case for creating the google maps version of MapPointUpdateExplicitly

31 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+31 -3)
soundasleep 2010-04-02 16:51 Rev.: 1828

the frame_id passed to set_application_value and email_callback_send can now be used to call remote methods recursively, fixing some broken tests

2 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: global.php (+2 -1)
soundasleep 2010-04-02 16:38 Rev.: 1827

fixing implementation of mock map handler so test case passes

20 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: maps.php (+20 -5)
soundasleep 2010-04-02 16:31 Rev.: 1824

initial work in implementing Map and MapPoint
adding a new codegen property, map_handler

67 lines of code changed in 2 files:

  • org.openiaml.model.runtime/src/include: global.php (+7), maps.php (new 60)
soundasleep 2010-04-02 13:51 Rev.: 1822

ActuallySendingEmail test case now works
fixing emails implementation
adding link to html2text
adding subject to sent test email to allow for filtering

23 lines of code changed in 1 file:

  • org.openiaml.model.runtime/src/include: emails.php (+23 -17)

(28 more)

Generated by StatSVN 0.7.0