Commit graph

75 commits

Author SHA1 Message Date
Lastorder
580588bbdc Fix typos in documentation and translation strings 2025-07-15 01:23:48 +00:00
Kijin Sung
002f62ad8f Fix capitalization of class names in Point module 2023-06-19 13:42:18 +09:00
Kijin Sung
37b0d3a1e6 Remove trailing whitespace 2023-01-30 21:43:21 +09:00
Kijin Sung
e9375cd72a Fix #1961 invalidate cache after point recalculation 2022-06-29 19:57:23 +09:00
Kijin Sung
f2ff393592 Support PNG and SVG icon sets for point level icons #1739 2021-07-01 14:58:33 +09:00
Kijin Sung
125dea44b6 Fix max_input_vars error when there are too many levels
- max_input_vars 설정과 무관하게 레벨 수를 늘릴 수 있도록 조정
  (레벨 관련 POST 변수들을 하나로 합쳐서 전송)
- 허용되는 최대 레벨 수를 1000에서 10000으로 늘림
  (단, 권장하는 최대 수는 여전히 1000임)
2020-09-28 01:10:29 +09:00
BJRambo
5a66bcab82 Fix #1362 포인트모듈을 사용하지 않더라도 설정값은 저장할 수 있도록 개선
변경점이 많습니다.
크게 변경한 점은 없고 if($args->able_module == 'Y') 안에서 동작하는 $config 변수들을 전부 if문 밖으로 빼내서 설정을 저장하도록 하였습니다.

설정 저장을 테스트 해봤으며 큰 문제 없어 보입니다.
2020-07-22 23:44:49 +09:00
Kijin Sung
0a9d34c37f Add option to control taking points when a post is deleted 2019-07-27 22:49:08 +09:00
Kijin Sung
bc14eecd50 Add point exception for reading notices #1124 2018-12-14 12:16:04 +09:00
Kijin Sung
fe4e336f2b Add 3 special exception classes for common situations 2018-08-27 00:21:21 +09:00
Kijin Sung
1863edcbb8 Update some modules to throw exceptions instead of BaseObject 2018-08-27 00:03:12 +09:00
Kijin Sung
f359a3448c Improve point module
글 작성 후 x일 이후에는 댓글 작성 포인트를 부여하지 않는 기능을 확장하여
추천, 비추천, 글읽기 포인트에도 기간 제한을 둘 수 있도록 함.
2018-03-07 23:13:32 +09:00
Kijin Sung
9939b8b747 Add option to allow robots to read documents 2018-02-02 15:48:45 +09:00
Kijin Sung
78aebbf77f Add more point options 2018-01-31 18:36:46 +09:00
Kijin Sung
84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
BJRambo
f3f40f6859 php7.2호환을 위해 변경한 클래스 Object 를 BaseObject으로 변경 2017-11-28 20:01:28 +09:00
Kijin Sung
dafbfadc93 Add option to keep existing group when point is reduced #610 2017-03-02 17:47:50 +09:00
Kijin Sung
1cd544fb95 Prevent deleted groups from being included in level integration 2016-07-21 14:38:10 +09:00
Kijin Sung
3c15bf4129 Replace file_put_contents() with safe alternative 2016-06-23 00:07:29 +09:00
Kijin Sung
2f234dfad1 Update references to CacheHandler in several modules 2016-04-18 00:55:29 +09:00
conory
90400e2b5f 모두 lang() 함수로 변경 2016-03-06 17:01:15 +09:00
qw5414
a56954684a 포인트 지급 방식 변경, 댓글 수정 허용 관련 문제점 개선 2016-02-09 02:11:29 +09:00
Kijin Sung
fffd534542 Merge #1399 포인트 모듈에서 그룹연동 부분 설정 지워지지 않는 버그 수정 by sejin7940
* pr/1399:
  Update point.admin.controller.php
  Update point.admin.controller.php

Conflicts:
	modules/point/point.admin.controller.php
2015-10-08 14:15:40 +09:00
Kijin Sung
a215c41503 Merge #939 댓글에 대한 추천, 비추천시 증감할 포인트 별도 설정 기능 및 포인트 변동 구현 by sejin7940
* pr/939:
  Update point.admin.controller.php
  Update module_config.html
  Update point.view.php
  Update point.admin.controller.php
  Update point_module_config.html
  Update point.controller.php
  Update config.html
  Update point.class.php

Conflicts:
	modules/point/point.admin.controller.php
	modules/point/point.class.php
2015-10-08 14:05:57 +09:00
sejin7940
af7dacf95d Update point.admin.controller.php 2015-04-13 05:02:50 +09:00
sejin7940
f29e32a825 Update point.admin.controller.php 2015-04-12 23:25:38 +09:00
bnu
55f67b00e5 Merge branch 'pr/1248' into develop
Conflicts:
	modules/point/point.admin.controller.php
2015-03-23 20:06:40 +09:00
MinSoo Kim
b1dadd21c4 #944 포인트 모듈 비활성화 방법 추가
포인트 모듈을 켜고 끌 수 있게 하여서 트리거를 거치지 않을 수 있도록 하는 방법 추가.
https://github.com/xpressengine/xe-core/issues/944
2015-02-16 15:01:50 +09:00
mog422
67c33ab554 fix #1247 포인트 설정 저장시 포인트 그룹 연동이 되있지 않은 그룹이 연동이 되는 버그 수정 2015-02-08 22:25:30 +09:00
YJSoft
d0b64fde1e 포인트 그룹 연동 설정시 최대 레벨보다 높게 설정할 수 있는 문제 수정
+혼동 방지를 위해 입력칸 옆에 레벨 표시 추가
2015-01-10 18:52:58 +09:00
sejin7940
54eb8a6345 Update point.admin.controller.php 2014-08-30 21:06:47 +09:00
sejin7940
4b7fe3f43b Update point.admin.controller.php 2014-08-30 20:52:57 +09:00
bnu
77efe4870e Revert "NOISSUE point 모듈에서 modulePartConfig 변수를 잘못 사용하는 문제 수정."
This reverts commit b75386bc42.
2014-01-09 17:50:57 +09:00
bnu
b75386bc42 NOISSUE point 모듈에서 modulePartConfig 변수를 잘못 사용하는 문제 수정. 2014-01-09 15:19:26 +09:00
bnu
37c5e114ec #242 object cache 정리 2014-01-08 13:38:24 +09:00
bnu
194ce8614a NOISSUE remove reference operator. 2013-12-30 17:35:02 +09:00
khongchi
71c8a0b99f fixed #50, file_put_contents함수에 LOCK_EX flag 적 2013-11-15 12:56:29 +09:00
khongchi
0d643bac62 fix syntax errors
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13204 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-13 07:55:56 +00:00
khongchi
d9f001266c issue 3644, php5대응 file_put_contents 함수 적용
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13199 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-12 02:17:35 +00:00
akasima
bce0a0b6d4 copyright add to php files
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 05:52:51 +00:00
ngleader
dbc18a4f99 change author
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-07 02:42:42 +00:00
misol
f70ce644ce Close Connection when there is no connection value.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-25 15:29:32 +00:00
flyskyko
8a7c28babc issue 2119. supporting php 5.4. modules and widgets.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12706 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-05 09:45:04 +00:00
ovclas
580222822a issue 2662 point
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12256 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-19 10:11:58 +00:00
ovclas
011120e5e0 issue 2112 improve setRedirectUrl method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10828 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-04 06:00:47 +00:00
misol
27887492d4 Refine r10620.. Fix Issue 1920 on point module. Remove meaning-less spaces at the end of lines.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10621 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-04-26 07:34:26 +00:00
misol
2fdfe12c36 fix Issue 1920 on point module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10620 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-04-26 07:28:22 +00:00
devjin
846d11c30c issue 1226 fixed restore point level
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10353 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-07 02:46:24 +00:00
ngleader
0f7d44dab1 issue 970 modified point init problem
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10267 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-02-29 06:36:57 +00:00
ovclas
bac7473014 point module config modify
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9749 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-26 02:07:14 +00:00