Project

General

Profile

Actions

Bug #2514

closed

J1.6: login module parameters not affecting login page

Added by krileon almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
03 May 2011
Due date:
% Done:

100%

Estimated time:
2:00 h

Description

The parameters configured within CB Login module have no affect on the login page. This is because the parameters are json encoded before storage and not plain text string as previous releases of Joomla.

http://www.joomlapolis.com/forum/153-professional-member-support/162677-re-cblogin-menu-not-nice/post/reply


Files

2514.patch (903 Bytes) 2514.patch krileon, 03 May 2011 19:21
Actions #1

Updated by krileon almost 13 years ago

  • File 2514.patch 2514.patch added
  • Status changed from New to Resolved
  • Assignee set to beat
  • % Done changed from 0 to 100
Actions #2

Updated by beat almost 13 years ago

  • Target version set to CB 1.7
Actions #3

Updated by beat almost 13 years ago

  • Estimated time set to 2:00 h
Actions #4

Updated by beat almost 13 years ago

  • Status changed from Resolved to Assigned

Patch is not correct as it won't be translating spaces correctly to spaces but to + and so on, with wrong use of http_build_query().

Correct fix is to also support json format in cbparamsBase constructor.

Actions #5

Updated by beat almost 13 years ago

  • % Done changed from 100 to 50
Actions #6

Updated by beat almost 13 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 50 to 100

r1494 Implemented JSON decoding for joomla 1.6 (which requires PHP 5.2) in cbParams, avoiding to do any workarounds like proposed, and makes cbParams use wider.

Actions

Also available in: Atom PDF