Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elkarte/Elkarte
base: 3766d01ec95e
Choose a base ref
...
head repository: elkarte/Elkarte
compare: a87596e8b36e
Choose a head ref
  • 17 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 19, 2013

  1. methods visibility

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    8916c83 View commit details
    Browse the repository at this point in the history
  2. db query to subs

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    273f4d5 View commit details
    Browse the repository at this point in the history
  3. again, db query to subs

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    ea25f51 View commit details
    Browse the repository at this point in the history
  4. another db query to subs

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    327c432 View commit details
    Browse the repository at this point in the history
  5. db query to subs

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    877c543 View commit details
    Browse the repository at this point in the history
  6. moved prepareDisplayContext() to subs.

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    b7c0ef7 View commit details
    Browse the repository at this point in the history
  7. moved attachments related functions to subs.

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    8b2107d View commit details
    Browse the repository at this point in the history
  8. removed outdated $db and global.

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    db14926 View commit details
    Browse the repository at this point in the history
  9. moved db query to subs.

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    b82ec9f View commit details
    Browse the repository at this point in the history
  10. fixed undefined var bugs. Missing globals.

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    821f049 View commit details
    Browse the repository at this point in the history
  11. $save_errors was never used anywhere else -> removed

    Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
    eurich authored and norv committed Jun 19, 2013
    Copy the full SHA
    e412dcb View commit details
    Browse the repository at this point in the history
  12. Refactor the prepareDisplayContext callback as a callback method.

    Signed-off-by: Norv <a.w.norv@gmail.com>
    norv committed Jun 19, 2013
    Copy the full SHA
    91c9cf0 View commit details
    Browse the repository at this point in the history
  13. Refactor previous currentMessage() into currentContext() and reuse it

    for Search controller.
    Quick-wrap Search controller as a class and set up a similar callback method
    for prepareSearchContext_callback().
    
    Remove Display subs.
    
    Signed-off-by: Norv <a.w.norv@gmail.com>
    norv committed Jun 19, 2013
    Copy the full SHA
    0a45c6e View commit details
    Browse the repository at this point in the history
  14. Allow guests to see quickhelp pages

    Signed-off-by: Norv <a.w.norv@gmail.com>
    Oldiesmann authored and norv committed Jun 19, 2013
    Copy the full SHA
    e9cc389 View commit details
    Browse the repository at this point in the history
  15. Add countMessagesBefore() function to countMessagesSince().

    Still feels like the deja-vu is here... (wasn't there one
    for before too, or a combo? lol. Well now it starts to be. :P)
    
    Signed-off-by: Norv <a.w.norv@gmail.com>
    norv committed Jun 19, 2013
    Copy the full SHA
    6472ea1 View commit details
    Browse the repository at this point in the history
  16. Move applyRules() and loadRules() to subs, rename the callback.

    (small wip setting up pm controller for further refactoring)
    
    Signed-off-by: Norv <a.w.norv@gmail.com>
    norv committed Jun 19, 2013
    Copy the full SHA
    2fb70bf View commit details
    Browse the repository at this point in the history
  17. Merge pull request #557 from norv/te_refactoring_display2

    Refactoring display (TE)
    norv committed Jun 19, 2013
    Copy the full SHA
    a87596e View commit details
    Browse the repository at this point in the history