Advertisement
Guest User

Untitled

a guest
Apr 18th, 2010
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ------------------------------------------------------------
  2. revno: 78 [merge]
  3. revision-id: purerumble@puremainframe-20100418180419-0dxruntuuinec2l4
  4. parent: purerumble@puremainframe-20100412184710-w8eljxmn6wlzhbup
  5. parent: purerumble@puremainframe-20100418105232-j7lnmbjmscsnvtco
  6. committer: purerumble <purerumble@PureMainFrame>
  7. branch nick: development
  8. timestamp: Sun 2010-04-18 20:04:19 +0200
  9. message:
  10. Committing back from laptop to main branch.
  11. ------------------------------------------------------------
  12. revno: 77
  13. revision-id: purerumble@puremainframe-20100412184710-w8eljxmn6wlzhbup
  14. parent: purerumble@puremainframe-20100412161046-vht2in12tte0dx99
  15. committer: PureRumble <PureRumble@PureMainFrame>
  16. branch nick: development
  17. timestamp: Mon 2010-04-12 20:47:10 +0200
  18. message:
  19. Rewrote the verifiers to the verify=verifyNullity+verifyType+verifyValue standard.
  20. VarVerifiers opinion of null has precedence over its verifiers now.
  21. ArrVerifier now accepts an int for specifying keyverifier.
  22. Cassandra API now use the verifiers.
  23. ------------------------------------------------------------
  24. revno: 76
  25. revision-id: purerumble@puremainframe-20100412161046-vht2in12tte0dx99
  26. parent: purerumble@puremainframe-20100411183102-i2rgmnf9s6eg8v26
  27. committer: PureRumble <PureRumble@PureMainFrame>
  28. branch nick: development
  29. timestamp: Mon 2010-04-12 18:10:46 +0200
  30. message:
  31. IntVerifier can now check the sign of the value.
  32. ------------------------------------------------------------
  33. revno: 75
  34. revision-id: purerumble@puremainframe-20100411183102-i2rgmnf9s6eg8v26
  35. parent: purerumble@puremainframe-20100410184857-s2ms97zjk61b5wok
  36. committer: PureRumble <PureRumble@PureMainFrame>
  37. branch nick: development
  38. timestamp: Sun 2010-04-11 20:31:02 +0200
  39. message:
  40. Caller of ArrVerifier can now specify either IntVerifier or StrVerifier for keys.
  41. ArrVerifier now checks the number of elements in the array.
  42. VarVerifier can now be created without any Verifiers.
  43. Wrote checkVars for checking array of variables against array of verifiers.
  44. Wrote helper checkVar that calls checkVars.
  45. Wrote throwExc for throwing exceptions in a nice way.
  46. Wrote MapVerifier for verifying limited associative arrays.
  47. ArrVerifier now accepts bool instead of KeyVerifier to specify what the keyverifier must be.
  48. Some functions in cassandra.php now use checkVar.
  49. ------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement